mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
fix(v): adapt to removed scanner.c
This commit is contained in:
parent
ab818bf5a2
commit
9bc1f1e640
3 changed files with 5 additions and 5 deletions
|
|
@ -439,9 +439,9 @@
|
|||
] @string
|
||||
|
||||
(string_interpolation
|
||||
(braced_interpolation_opening) @punctuation.bracket
|
||||
(interpolated_expression) @none
|
||||
(braced_interpolation_closing) @punctuation.bracket)
|
||||
(interpolation_opening) @punctuation.bracket
|
||||
(interpolation_expression) @none
|
||||
(interpolation_closing) @punctuation.bracket)
|
||||
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue