mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix(c_sharp): highlight raw_string_literal
This commit is contained in:
parent
11a3584b81
commit
46b587eb38
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
(string_literal)
|
(string_literal)
|
||||||
|
(raw_string_literal)
|
||||||
(verbatim_string_literal)
|
(verbatim_string_literal)
|
||||||
(interpolated_string_expression)
|
(interpolated_string_expression)
|
||||||
] @string
|
] @string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue