Skip to content

Commit

Permalink
Grammar: Missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed Aug 20, 2012
1 parent 2011d97 commit ba92004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/C#.tmLanguage
Expand Up @@ -464,7 +464,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(new|is|using|checked|unchecked|typeof|sizeof|override|readonly|stackalloc|as)\b</string>
<string>\b(new|is|as|using|checked|unchecked|typeof|sizeof|override|readonly|stackalloc)\b</string>
<key>name</key>
<string>keyword.operator.source.cs</string>
</dict>
Expand Down

0 comments on commit ba92004

Please sign in to comment.