mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Use @keyword.function consistently
This commit is contained in:
parent
017760113a
commit
820b4a9c21
6 changed files with 11 additions and 6 deletions
|
|
@ -93,12 +93,14 @@
|
|||
|
||||
[
|
||||
"and" "as" "assert" "begin" "class" "constraint"
|
||||
"end" "external" "fun" "function" "functor" "in"
|
||||
"end" "external" "in"
|
||||
"inherit" "initializer" "lazy" "let" "match" "method" "module"
|
||||
"mutable" "new" "nonrec" "object" "of" "private" "rec" "sig" "struct"
|
||||
"type" "val" "virtual" "when" "with"
|
||||
] @keyword
|
||||
|
||||
["fun" "function" "functor"] @keyword.function
|
||||
|
||||
["if" "then" "else"] @conditional
|
||||
|
||||
["exception" "try"] @exception
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue