mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
adding syntax highlighting for standalone @ts
This commit is contained in:
parent
0270e48a01
commit
4f89f90dab
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue