Skip to content

Commit

Permalink
Merge pull request #8 from codecat/trycatch
Browse files Browse the repository at this point in the history
Added try/catch keywords
  • Loading branch information
wronex committed Oct 16, 2018
2 parents cb6bb1e + 299a159 commit 563124d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AngelScript.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(for|in|break|continue|while|do|return|if|else|case|switch|namespace)\b</string>
<string>\b(for|in|break|continue|while|do|return|if|else|case|switch|namespace|try|catch)\b</string>
<key>name</key>
<string>keyword.control.angelscript</string>
</dict>
Expand All @@ -179,7 +179,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(get|in|inout|out|override|set|private|public|const|default|final|shared|external|mixin|abstract)\b</string>
<string>\b(get|in|inout|out|override|explicit|set|private|public|protected|const|default|final|shared|external|mixin|abstract)\b</string>
<key>name</key>
<string>storage.modifier.angelscript</string>
</dict>
Expand Down

0 comments on commit 563124d

Please sign in to comment.