Skip to content

Commit 96c4c9b

Browse files
author
atomi
committed
adds missing punctuation definition for cfc cfml comment blocks
1 parent 177b2ec commit 96c4c9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ColdFusionCFC.tmLanguage

+8
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@
123123
<dict>
124124
<key>begin</key>
125125
<string>&lt;!---</string>
126+
<key>captures</key>
127+
<dict>
128+
<key>0</key>
129+
<dict>
130+
<key>name</key>
131+
<string>punctuation.definition.comment.cfml</string>
132+
</dict>
133+
</dict>
126134
<key>end</key>
127135
<string>---&gt;</string>
128136
<key>name</key>

0 commit comments

Comments
 (0)