feat(textproto): punctuation and string escape highlights

This commit is contained in:
Riley Bruins
2026-03-11 17:24:03 -07:00
committed by Christian Clason
parent 5cb05e1b0f
commit 493890b87a

View File

@@ -6,6 +6,18 @@
(number) @number
"-" @operator
[
":"
";"
","
"."
"/"
] @punctuation.delimiter
(string_escape) @string.escape
; For stuff like "inf" and "-inf".
(scalar_value
[