We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dc54a commit 3184b01Copy full SHA for 3184b01
NgxHTML.sublime-syntax
@@ -9,7 +9,7 @@ version: 2
9
extends: Packages/HTML/HTML.sublime-syntax
10
11
variables:
12
- angular_blocks: (?<=\@)\b(?xi:for | if | else | else if | switch | case | empty | placeholder | defer | default | error | loading | let)\b
+ angular_blocks: (?xi:for | if | else | else if | switch | case | empty | placeholder | defer | default | error | loading | let)\b
13
14
contexts:
15
main:
0 commit comments