mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
highlights(ecma): highlight escape_sequence
This commit is contained in:
parent
1d66657e6d
commit
1bbc761acc
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
||||||
(regex) @punctuation.delimiter
|
(regex) @punctuation.delimiter
|
||||||
(regex_pattern) @string.regex
|
(regex_pattern) @string.regex
|
||||||
(template_string) @string
|
(template_string) @string
|
||||||
|
(escape_sequence) @string.escape
|
||||||
(number) @number
|
(number) @number
|
||||||
|
|
||||||
; Punctuation
|
; Punctuation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue