mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Ecma: increase priority of template_substitution
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1688
This commit is contained in:
parent
b7cdd739e4
commit
8b7f70d366
1 changed files with 3 additions and 3 deletions
|
|
@ -179,9 +179,9 @@
|
|||
"{" @punctuation.bracket
|
||||
"}" @punctuation.bracket
|
||||
|
||||
(template_substitution
|
||||
"${" @punctuation.special
|
||||
"}" @punctuation.special) @none
|
||||
((template_substitution ["${" "}"] @punctuation.special) @none
|
||||
; Substitutions should have a higher priority than injections.
|
||||
(#set! "priority" 105))
|
||||
|
||||
; Keywords
|
||||
;----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue