mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(csharp): highlight excape sequences (#6229)
This commit is contained in:
parent
533ad655ad
commit
00bd760a0e
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,8 @@
|
|||
(interpolated_string_expression)
|
||||
] @string
|
||||
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
(boolean_literal) @boolean
|
||||
|
||||
(predefined_type) @type.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue