mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
highlights(c): highlight (escape_sequence)
This commit is contained in:
parent
bbf3f87884
commit
2873d1efda
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@
|
||||||
|
|
||||||
(string_literal) @string
|
(string_literal) @string
|
||||||
(system_lib_string) @string
|
(system_lib_string) @string
|
||||||
|
(escape_sequence) @string.escape
|
||||||
|
|
||||||
(null) @constant.builtin
|
(null) @constant.builtin
|
||||||
(number_literal) @number
|
(number_literal) @number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue