Skip to content

Commit

Permalink
Added var, async and await keywords. Related to scriptcs#1.
Browse files Browse the repository at this point in the history
  • Loading branch information
follesoe committed Mar 6, 2013
1 parent ce292b1 commit 82ba2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScriptCs.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(if|else|while|for|foreach|do|return|continue|break|switch|case|default|goto|throw|try|catch|finally|lock|yield)\b</string>
<string>\b(if|else|while|for|foreach|do|return|continue|break|switch|case|default|goto|throw|try|catch|finally|lock|yield|var|async|await)\b</string>
<key>name</key>
<string>keyword.control.source.cs</string>
</dict>
Expand Down

0 comments on commit 82ba2aa

Please sign in to comment.