From 633b42b2a2552da3134dda84c8099d00cde915d2 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Sat, 27 Feb 2021 19:25:03 +0000 Subject: [PATCH] highlights(ocaml): add unit and pretty_printing_indication --- queries/ocaml/highlights.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/queries/ocaml/highlights.scm b/queries/ocaml/highlights.scm index 3d43aabf6..7ae9194cb 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 ;----------