We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2175745 commit b28f688Copy full SHA for b28f688
art.sublime-syntax
@@ -16,7 +16,7 @@ contexts:
16
- match: '<%(?!%)[=_-]?'
17
scope: keyword.operator.delimiter.art, punctuation.definition.javascript.begin.art
18
push: javascript
19
- - match: '{{'
+ - match: '{{@?'
20
scope: keyword.operator.delimiter.art, punctuation.definition.normal.begin.art
21
push: normal
22
javascript:
syntaxs/normal.sublime-syntax
@@ -28,7 +28,9 @@ contexts:
28
29
literal-keywords:
30
- match: (?<!\.)\b(?>if|else|each|set|extend|block|include)\b
31
- scope: keyword.control
+ scope: storage.type.js
32
+ - match: (?<!\.)\/(?>if|each|block)\b
33
34
- match: (?<!\.)\b(?>typeof)\b
35
scope: keyword.control
36
literal-number:
0 commit comments