mirror of https://github.com/helix-editor/helix
Highlight Ecma escape sequences (#13762)
parent
62f270e5d2
commit
6e4ec96101
|
@ -235,6 +235,8 @@
|
|||
(template_string)
|
||||
] @string
|
||||
|
||||
(escape_sequence) @constant.character.escape
|
||||
|
||||
(regex) @string.regexp
|
||||
(number) @constant.numeric.integer
|
||||
|
||||
|
|
Loading…
Reference in New Issue