toml: Add highlight for escape sequences (#18346)

This commit is contained in:
狐狸 2024-09-26 01:29:02 +08:00 committed by GitHub
parent 19162c3160
commit 1f54fde4d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,9 +9,10 @@
(boolean) @constant (boolean) @constant
(comment) @comment (comment) @comment
(string) @string
(integer) @number (integer) @number
(float) @number (float) @number
(string) @string
(escape_sequence) @string.escape
(offset_date_time) @string.special (offset_date_time) @string.special
(local_date_time) @string.special (local_date_time) @string.special
(local_date) @string.special (local_date) @string.special