mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
Highlight some keyword.function nodes as just keywords
This commit is contained in:
parent
ba6d60820a
commit
7ff6ee6e9d
1 changed files with 5 additions and 5 deletions
|
|
@ -57,20 +57,20 @@
|
||||||
"WF_"
|
"WF_"
|
||||||
"WITH"
|
"WITH"
|
||||||
"WITNESS"
|
"WITNESS"
|
||||||
] @keyword
|
|
||||||
[
|
|
||||||
(forall)
|
(forall)
|
||||||
(exists)
|
(exists)
|
||||||
(temporal_forall)
|
(temporal_forall)
|
||||||
(temporal_exists)
|
(temporal_exists)
|
||||||
(set_in)
|
(set_in)
|
||||||
(def_eq)
|
|
||||||
(gets)
|
(gets)
|
||||||
(maps_to)
|
|
||||||
(all_map_to)
|
|
||||||
(case_box)
|
(case_box)
|
||||||
(case_arrow)
|
(case_arrow)
|
||||||
(label_as)
|
(label_as)
|
||||||
|
] @keyword
|
||||||
|
[
|
||||||
|
(def_eq)
|
||||||
|
(maps_to)
|
||||||
|
(all_map_to)
|
||||||
] @keyword.function
|
] @keyword.function
|
||||||
|
|
||||||
; Literals
|
; Literals
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue