Skip to content

Commit 3dcec66

Browse files
author
deathaxe
committed
Add a global meta.template.ngx scope
This commit scopes whole document `meta.template`. Various template syntaxes make use of it to be able to use simpler snippet or completion selectors across all supported languages (e.g.: CSS/JS/HTML).
1 parent 2f49366 commit 3dcec66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NgxHTML.sublime-syntax

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ contexts:
1414

1515
###[ HTML CUSTOMIZATIONS ]#####################################################
1616

17+
main:
18+
- meta_prepend: true
19+
- meta_scope: meta.template.ngx
20+
1721
cdata-content:
1822
- meta_prepend: true
1923
- include: ng-string-interpolations

0 commit comments

Comments
 (0)