Skip to content

Commit

Permalink
GHI-#12 Implement support for TypeScript object-literals
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jun 25, 2017
1 parent 559ba6a commit c4dd347
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,20 @@
"fontStyle": "italic"
}
},
{
"name": "[TypeScript] Object-literal keys",
"scope": "source.ts meta.object-literal.key",
"settings": {
"foreground": "#D8DEE9"
}
},
{
"name": "[TypeScript] Object-literal functions",
"scope": "source.ts meta.object-literal.key entity.name.function",
"settings": {
"foreground": "#88C0D0"
}
},
{
"name": "[TypeScript] Type/Class",
"scope": [
Expand Down

0 comments on commit c4dd347

Please sign in to comment.