mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
Update highlights.scm
This commit is contained in:
parent
3f5ff9b434
commit
a4b72d4f7f
1 changed files with 2 additions and 2 deletions
|
|
@ -408,7 +408,7 @@
|
||||||
; NOTE: `interpolated_identifier`s can be highlighted in any way
|
; NOTE: `interpolated_identifier`s can be highlighted in any way
|
||||||
(line_string_literal
|
(line_string_literal
|
||||||
"$" @punctuation.special
|
"$" @punctuation.special
|
||||||
(interpolated_identifier) @variable)
|
(interpolated_identifier) @none @variable)
|
||||||
(line_string_literal
|
(line_string_literal
|
||||||
"${" @punctuation.special
|
"${" @punctuation.special
|
||||||
(interpolated_expression) @none
|
(interpolated_expression) @none
|
||||||
|
|
@ -416,7 +416,7 @@
|
||||||
|
|
||||||
(multi_line_string_literal
|
(multi_line_string_literal
|
||||||
"$" @punctuation.special
|
"$" @punctuation.special
|
||||||
(interpolated_identifier) @variable)
|
(interpolated_identifier) @none @variable)
|
||||||
(multi_line_string_literal
|
(multi_line_string_literal
|
||||||
"${" @punctuation.special
|
"${" @punctuation.special
|
||||||
(interpolated_expression) @none
|
(interpolated_expression) @none
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue