mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Lua highlights: add operator "=" and punctuation
This commit is contained in:
parent
4f2689c501
commit
1c366a3a1c
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
;; Operators
|
||||
[
|
||||
"="
|
||||
"~="
|
||||
"=="
|
||||
"<="
|
||||
|
|
@ -59,6 +60,9 @@
|
|||
"#"
|
||||
] @operator
|
||||
|
||||
;; Punctuation
|
||||
[ "," "." ] @punctuation.delimiter
|
||||
|
||||
;; Brackets
|
||||
[
|
||||
"("
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue