Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 7970701

Browse files
committed
CoffeeScript highlighting within tag braces
1 parent 9a05c86 commit 7970701

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

syntax/jsx/tmLanguage/CoffeeScript (JSX).JSON-tmLanguage

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@
155155
},
156156
"patterns": [{
157157
"include": "#expression"
158+
}, {
159+
"include": "$self"
158160
}]
159161
},
160162
"jsx-tag-open": {

syntax/jsx/tmLanguage/CoffeeScript (JSX).tmLanguage

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,10 @@
758758
<key>include</key>
759759
<string>#expression</string>
760760
</dict>
761+
<dict>
762+
<key>include</key>
763+
<string>$self</string>
764+
</dict>
761765
</array>
762766
</dict>
763767
<key>jsx-tag-attribute-name</key>

0 commit comments

Comments
 (0)