mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 01:26:48 +00:00
toml: Add highlight for escape sequences (#18346)
This commit is contained in:
parent
19162c3160
commit
1f54fde4d2
1 changed files with 2 additions and 1 deletions
|
@ -9,9 +9,10 @@
|
|||
|
||||
(boolean) @constant
|
||||
(comment) @comment
|
||||
(string) @string
|
||||
(integer) @number
|
||||
(float) @number
|
||||
(string) @string
|
||||
(escape_sequence) @string.escape
|
||||
(offset_date_time) @string.special
|
||||
(local_date_time) @string.special
|
||||
(local_date) @string.special
|
||||
|
|
Loading…
Reference in a new issue