place template string after braces

This commit is contained in:
antonk52 2021-07-06 23:57:44 +03:00 committed by Stephan Seitz
parent 2815b6a033
commit 55e36f4011

View file

@ -108,10 +108,6 @@
; Punctuation
;------------
(template_substitution
"${" @punctuation.special
"}" @punctuation.special) @none
"..." @punctuation.special
";" @punctuation.delimiter
@ -176,6 +172,10 @@
"{" @punctuation.bracket
"}" @punctuation.bracket
(template_substitution
"${" @punctuation.special
"}" @punctuation.special) @none
; Keywords
;----------