Skip to content

Commit

Permalink
Move template highlight rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 committed Mar 25, 2024
1 parent 8461c77 commit 779f4fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions queries/rescript/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
(template_string)
] @string

(template_substitution
"${" @punctuation.special
"}" @punctuation.special) @embedded

(character) @character
(escape_sequence) @string.escape
Expand Down Expand Up @@ -245,6 +242,10 @@
"]"
] @punctuation.bracket

(template_substitution
"${" @punctuation.special
"}" @punctuation.special) @embedded

(polyvar_type
[
"["
Expand Down

0 comments on commit 779f4fc

Please sign in to comment.