Skip to content

Commit

Permalink
Merge pull request #6 from codecat/external
Browse files Browse the repository at this point in the history
external keyword
  • Loading branch information
wronex committed May 6, 2018
2 parents 3eaf325 + 6a662e6 commit d927a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AngelScript.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(get|in|inout|out|override|set|private|public|const|default|final|shared|mixin)\b</string>
<string>\b(get|in|inout|out|override|set|private|public|const|default|final|shared|external|mixin)\b</string>
<key>name</key>
<string>storage.modifier.angelscript</string>
</dict>
Expand Down

0 comments on commit d927a54

Please sign in to comment.