mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -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
|
;; Operators
|
||||||
[
|
[
|
||||||
|
"="
|
||||||
"~="
|
"~="
|
||||||
"=="
|
"=="
|
||||||
"<="
|
"<="
|
||||||
|
|
@ -59,6 +60,9 @@
|
||||||
"#"
|
"#"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
|
;; Punctuation
|
||||||
|
[ "," "." ] @punctuation.delimiter
|
||||||
|
|
||||||
;; Brackets
|
;; Brackets
|
||||||
[
|
[
|
||||||
"("
|
"("
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue