Skip to content

Commit

Permalink
GHI-#12 Implement support for TypeScript decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jun 25, 2017
1 parent 3bde2eb commit 006fffe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,17 @@
"fontStyle": "italic"
}
},
{
"name": "[TypeScript] Decorators",
"scope": [
"source.ts punctuation.decorator",
"source.ts meta.decorator variable.other.readwrite",
"source.ts meta.decorator entity.name.function"
],
"settings": {
"foreground": "#D08770"
}
},
{
"name": "[TypeScript] Object-literal keys",
"scope": "source.ts meta.object-literal.key",
Expand Down

0 comments on commit 006fffe

Please sign in to comment.