highlights(ocaml): use more specific groups

This commit is contained in:
ObserverOfTime 2022-11-15 18:56:25 +02:00
parent 97e08483d8
commit 8d598de022

View file

@ -95,13 +95,18 @@
;---------
[
"and" "as" "assert" "begin" "class" "constraint"
"end" "external" "in"
"inherit" "initializer" "lazy" "let" "match" "method" "module"
"mutable" "new" "nonrec" "object" "of" "private" "rec" "sig" "struct"
"type" "val" "virtual" "when" "with"
"and" "as" "assert" "begin" "class"
"constraint" "end" "external" "in"
"inherit" "initializer" "let" "match"
"method" "module" "new" "object" "of"
"sig" "struct" "type" "val" "when" "with"
] @keyword
[
"lazy" "mutable" "nonrec"
"rec" "private" "virtual"
] @type.qualifier
["fun" "function" "functor"] @keyword.function
["if" "then" "else"] @conditional