mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(lua): Add semicolons
This commit is contained in:
parent
344b36866b
commit
a1be6c9d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
] @operator
|
||||
|
||||
;; Punctuation
|
||||
[ "," "." ":"] @punctuation.delimiter
|
||||
["," "." ":" ";"] @punctuation.delimiter
|
||||
|
||||
;; Brackets
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue