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
|
|
@ -12,7 +12,7 @@ let
|
|||
var a := 12
|
||||
|
||||
method meth() : int = self.a
|
||||
/* <- keyword.method */
|
||||
/* <- keyword.function */
|
||||
/* ^ method */
|
||||
/* ^ variable.builtin */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue