mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
highlights(zig): use @string.escape for escape sequences
This commit is contained in:
parent
486c86f1cd
commit
45cb7ef290
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
(string_literal) @string
|
||||
(multiline_string_literal) @string
|
||||
|
||||
(escape_sequence) @constant.builtin
|
||||
(escape_sequence) @string.escape
|
||||
(char_literal (escape_sequence) @character)
|
||||
|
||||
(label_identifier) @label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue