diff options
| -rw-r--r-- | queries/ocaml/highlights.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/queries/ocaml/highlights.scm b/queries/ocaml/highlights.scm index 3d43aabf..7ae9194c 100644 --- a/queries/ocaml/highlights.scm +++ b/queries/ocaml/highlights.scm @@ -68,7 +68,7 @@ ; Constants ;---------- -(boolean) @constant +[(boolean) (unit)] @constant [(number) (signed_number)] @number @@ -80,7 +80,10 @@ (escape_sequence) @string.escape -(conversion_specification) @punctuation.special +[ + (conversion_specification) + (pretty_printing_indication) +] @punctuation.special ; Operators ;---------- |
