mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
fix(facility): add highlight for event keyword
This commit is contained in:
parent
4836c1df65
commit
3076b9a98a
1 changed files with 4 additions and 1 deletions
|
|
@ -22,7 +22,10 @@
|
||||||
"errors"
|
"errors"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
"method" @keyword.function
|
[
|
||||||
|
"method"
|
||||||
|
"event"
|
||||||
|
] @keyword.function
|
||||||
|
|
||||||
[
|
[
|
||||||
"enum"
|
"enum"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue