Use @keyword.function consistently

This commit is contained in:
Sergio Alejandro Vargas 2021-07-05 15:04:42 -05:00 committed by Stephan Seitz
parent 017760113a
commit 820b4a9c21
6 changed files with 11 additions and 6 deletions

View file

@ -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