mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue