mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
simplify treatement of escape sequences
This commit is contained in:
parent
18fd5709b7
commit
dc0432aa54
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@
|
|||
(null_scalar) @constant.builtin
|
||||
(double_quote_scalar) @string
|
||||
(single_quote_scalar) @string
|
||||
(double_quote_scalar (escape_sequence)) @string.escape
|
||||
(single_quote_scalar (escape_sequence)) @string.escape
|
||||
(escape_sequence) @string.escape
|
||||
(integer_scalar) @number
|
||||
(float_scalar) @number
|
||||
(comment) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue