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