toml: Add highlight for escape sequences (#18346)

狐狸 created

Change summary

extensions/toml/languages/toml/highlights.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

extensions/toml/languages/toml/highlights.scm 🔗

@@ -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