Skip to content

Commit f41e955

Browse files
Update ee.tmLanguage.json
Fixed issue where dashes in a partial or variable name broke syntax highlighting
1 parent 90b16a4 commit f41e955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/ee.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
},
243243
"variable-tag": {
244244
"patterns": [{
245-
"begin": "{/?([:\\w]+)",
245+
"begin": "{/?([:\\w-]+)",
246246
"end": "}",
247247
"captures": {
248248
"1": {

0 commit comments

Comments
 (0)