Skip to content

Commit

Permalink
Super is a keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavura committed Nov 29, 2012
1 parent b0d1e24 commit fedd1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CoffeeScript.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<string>(?x)
and=|or=|!|%|&amp;|\^|\*|\/|(\-)?\-(?!&gt;)|\+\+|\+|~|==|=(?!&gt;)|!=|&lt;=|&gt;=|&lt;&lt;=|&gt;&gt;=|
&gt;&gt;&gt;=|&lt;&gt;|&lt;|&gt;|!|&amp;&amp;|\.\.(\.)?|\?|\||\|\||\:|\*=|(?&lt;!\()/=|%=|\+=|\-=|&amp;=|
\^=|\b(?&lt;![\.\$])(instanceof|new|delete|typeof|and|or|is|isnt|not)\b
\^=|\b(?&lt;![\.\$])(instanceof|new|delete|typeof|and|or|is|isnt|not|super)\b
</string>
<key>name</key>
<string>keyword.operator.coffee</string>
Expand Down Expand Up @@ -392,7 +392,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(?&lt;!\.)(super|this|extends)(?!\s*[:=])\b</string>
<string>\b(?&lt;!\.)(this|extends)(?!\s*[:=])\b</string>
<key>name</key>
<string>variable.language.coffee</string>
</dict>
Expand Down

0 comments on commit fedd1b4

Please sign in to comment.