Fix order of template_substitution
in highlights.scm
This commit is contained in:
parent
a8a045e8bf
commit
fb69611568
2 changed files with 8 additions and 8 deletions
|
@ -80,10 +80,6 @@
|
||||||
|
|
||||||
; Tokens
|
; Tokens
|
||||||
|
|
||||||
(template_substitution
|
|
||||||
"${" @punctuation.special
|
|
||||||
"}" @punctuation.special) @embedded
|
|
||||||
|
|
||||||
[
|
[
|
||||||
";"
|
";"
|
||||||
"?."
|
"?."
|
||||||
|
@ -192,6 +188,10 @@
|
||||||
"yield"
|
"yield"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
(template_substitution
|
||||||
|
"${" @punctuation.special
|
||||||
|
"}" @punctuation.special) @embedded
|
||||||
|
|
||||||
; Types
|
; Types
|
||||||
|
|
||||||
(type_identifier) @type
|
(type_identifier) @type
|
||||||
|
|
|
@ -80,10 +80,6 @@
|
||||||
|
|
||||||
; Tokens
|
; Tokens
|
||||||
|
|
||||||
(template_substitution
|
|
||||||
"${" @punctuation.special
|
|
||||||
"}" @punctuation.special) @embedded
|
|
||||||
|
|
||||||
[
|
[
|
||||||
";"
|
";"
|
||||||
"?."
|
"?."
|
||||||
|
@ -193,6 +189,10 @@
|
||||||
"yield"
|
"yield"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
(template_substitution
|
||||||
|
"${" @punctuation.special
|
||||||
|
"}" @punctuation.special) @embedded
|
||||||
|
|
||||||
; Types
|
; Types
|
||||||
|
|
||||||
(type_identifier) @type
|
(type_identifier) @type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue