Skip to content

Commit

Permalink
Add new keyword; switch macro from 'keyword' to 'support' type
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk committed Apr 17, 2012
1 parent 20acf46 commit 47fac54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/Julia.tmbundle/Syntaxes/Julia.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<array>
<dict>
<key>match</key>
<string>\b(?:function|type|macro|quote|abstract|bitstype|typealias|module)\b</string>
<string>\b(?:function|type|macro|quote|abstract|bitstype|typealias|module|new)\b</string>
<key>name</key>
<string>keyword.other.julia</string>
</dict>
Expand All @@ -175,7 +175,7 @@
<key>match</key>
<string>@\w+\b</string>
<key>name</key>
<string>keyword.macro.julia</string>
<string>support.macro.julia</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit 47fac54

Please sign in to comment.