Skip to content

Commit

Permalink
GHI-#12 Implement support for static TypeScript classes
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jun 25, 2017
1 parent e45c8dc commit 144efa1
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 @@ -944,6 +944,17 @@
"foreground": "#8FBCBB"
}
},
{
"name": "[TypeScript] Static Class Support",
"scope": [
"source.ts support.constant.math",
"source.ts support.constant.dom",
"source.ts support.constant.json"
],
"settings": {
"foreground": "#8FBCBB"
}
},
{
"name": "[XML] Entity Name Tag Namespace",
"scope": "text.xml entity.name.tag.namespace",
Expand Down

0 comments on commit 144efa1

Please sign in to comment.