Move this & super to a new variable.language rule, though oddly best I can tell super doesn't exist in javascript outside some kind of extension?

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@4734 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
msheets
2006-08-14 08:14:15 +00:00
parent ffed18bc0c
commit d526582b54
+7 -1
View File
@@ -205,10 +205,16 @@
</dict>
<dict>
<key>match</key>
<string>\b(false|null|super|this|true)\b</string>
<string>\b(false|null|true)\b</string>
<key>name</key>
<string>constant.language.js</string>
</dict>
<dict>
<key>match</key>
<string>\b(super|this)\b</string>
<key>name</key>
<string>variable.language.js</string>
</dict>
<dict>
<key>match</key>
<string>\b(debugger)\b</string>