Skip to content

Commit

Permalink
Merge pull request #3 from AngeloG/more-keywords
Browse files Browse the repository at this point in the history
Match keywords 'auto', 'dictionary', and handles
  • Loading branch information
wronex committed Feb 10, 2016
2 parents 5a07522 + 3f30028 commit a15fe9e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion AngelScript.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,13 @@
</dict>
<dict>
<key>match</key>
<string>\b(enum|void|bool|typedef|funcdef|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float)\b</string>
<string>\b(enum|void|bool|typedef|funcdef|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)\b</string>
<key>name</key>
<string>storage.type.angelscript</string>
</dict>
<dict>
<key>match</key>
<string>[A-Za-z][A-Za-z0-9]+@</string>
<key>name</key>
<string>storage.type.angelscript</string>
</dict>
Expand Down

0 comments on commit a15fe9e

Please sign in to comment.