Add string escape high-lighting
This commit is contained in:
parent
47eb986835
commit
c48624c0f3
2 changed files with 5 additions and 2 deletions
|
|
@ -33,6 +33,7 @@
|
|||
(nil_literal) @constant.builtin
|
||||
(integer_literal) @number
|
||||
(string_literal) @string
|
||||
(escape_sequence) @string.escape
|
||||
; }}}
|
||||
|
||||
; Operators {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue