mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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
|
||||||
"}" @punctuation.bracket
|
"}" @punctuation.bracket
|
||||||
|
|
||||||
(template_substitution
|
((template_substitution ["${" "}"] @punctuation.special) @none
|
||||||
"${" @punctuation.special
|
; Substitutions should have a higher priority than injections.
|
||||||
"}" @punctuation.special) @none
|
(#set! "priority" 105))
|
||||||
|
|
||||||
; Keywords
|
; Keywords
|
||||||
;----------
|
;----------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue