Update highlights.scm

This commit is contained in:
Josef Litoš 2023-02-22 18:03:42 +01:00 committed by Stephan Seitz
parent 3f5ff9b434
commit a4b72d4f7f

View file

@ -408,7 +408,7 @@
; NOTE: `interpolated_identifier`s can be highlighted in any way
(line_string_literal
"$" @punctuation.special
(interpolated_identifier) @variable)
(interpolated_identifier) @none @variable)
(line_string_literal
"${" @punctuation.special
(interpolated_expression) @none
@ -416,7 +416,7 @@
(multi_line_string_literal
"$" @punctuation.special
(interpolated_identifier) @variable)
(interpolated_identifier) @none @variable)
(multi_line_string_literal
"${" @punctuation.special
(interpolated_expression) @none