adding syntax highlighting for standalone @ts

This commit is contained in:
Jeremy Ashkenas 2010-02-18 21:32:54 -05:00
parent 0270e48a01
commit 4f89f90dab
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
</dict>
<dict>
<key>match</key>
<string>(@)[a-zA-Z_$]\w*</string>
<string>(@)([a-zA-Z_$]\w*)?</string>
<key>name</key>
<string>variable.other.readwrite.instance.coffee</string>
</dict>