mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(textproto): punctuation and string escape highlights
This commit is contained in:
parent
5cb05e1b0f
commit
493890b87a
1 changed files with 12 additions and 0 deletions
|
|
@ -6,6 +6,18 @@
|
|||
|
||||
(number) @number
|
||||
|
||||
"-" @operator
|
||||
|
||||
[
|
||||
":"
|
||||
";"
|
||||
","
|
||||
"."
|
||||
"/"
|
||||
] @punctuation.delimiter
|
||||
|
||||
(string_escape) @string.escape
|
||||
|
||||
; For stuff like "inf" and "-inf".
|
||||
(scalar_value
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue