Fix 'method' keyword high-lighting
It makes more sense to add it to `keyword.function`, neovim does not have a `keyword.method` category, and `method` is for the method name itself.
This commit is contained in:
parent
617e9adaeb
commit
724abf12e8
2 changed files with 2 additions and 4 deletions
|
|
@ -16,6 +16,7 @@
|
|||
; Keywords {{{
|
||||
[
|
||||
"function"
|
||||
"method"
|
||||
"primitive"
|
||||
] @keyword.function
|
||||
|
||||
|
|
@ -30,9 +31,6 @@
|
|||
"new"
|
||||
] @keyword.constructor
|
||||
|
||||
[
|
||||
"method"
|
||||
] @keyword.method
|
||||
|
||||
[
|
||||
"import"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue