Skip to content

Commit b28f688

Browse files
committed
upd syntax
1 parent 2175745 commit b28f688

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

art.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contexts:
1616
- match: '<%(?!%)[=_-]?'
1717
scope: keyword.operator.delimiter.art, punctuation.definition.javascript.begin.art
1818
push: javascript
19-
- match: '{{'
19+
- match: '{{@?'
2020
scope: keyword.operator.delimiter.art, punctuation.definition.normal.begin.art
2121
push: normal
2222
javascript:

syntaxs/normal.sublime-syntax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ contexts:
2828

2929
literal-keywords:
3030
- match: (?<!\.)\b(?>if|else|each|set|extend|block|include)\b
31-
scope: keyword.control
31+
scope: storage.type.js
32+
- match: (?<!\.)\/(?>if|each|block)\b
33+
scope: storage.type.js
3234
- match: (?<!\.)\b(?>typeof)\b
3335
scope: keyword.control
3436
literal-number:

0 commit comments

Comments
 (0)