Skip to content

Commit

Permalink
Highlight various keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanz committed Aug 26, 2016
1 parent 2d4b7ae commit cb2a1eb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions syntaxes/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,7 @@
"name": "keyword.linq.cs"
},
{
"match": "\\b(new|is|as|using|checked|unchecked|typeof|sizeof|override|readonly|stackalloc|nameof)\\b",
"name": "keyword.operator.cs"
},
{
"match": "\\b(event|delegate|fixed|add|remove|set|get|value|var)\\b",
"match": "\\b(event|delegate|fixed|add|remove|set|get|value|new|is|as|using|checked|unchecked|typeof|sizeof|stackalloc|nameof)\\b",
"name": "keyword.other.cs"
},
{
Expand Down

0 comments on commit cb2a1eb

Please sign in to comment.