mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(textproto): punctuation and string escape highlights
This commit is contained in:
committed by
Christian Clason
parent
5cb05e1b0f
commit
493890b87a
@@ -6,6 +6,18 @@
|
||||
|
||||
(number) @number
|
||||
|
||||
"-" @operator
|
||||
|
||||
[
|
||||
":"
|
||||
";"
|
||||
","
|
||||
"."
|
||||
"/"
|
||||
] @punctuation.delimiter
|
||||
|
||||
(string_escape) @string.escape
|
||||
|
||||
; For stuff like "inf" and "-inf".
|
||||
(scalar_value
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user