mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
place template string after braces
This commit is contained in:
parent
2815b6a033
commit
55e36f4011
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
;----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue