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