highlights(ocaml): add unit and pretty_printing_indication

This commit is contained in:
Pau Ruiz Safont 2021-02-27 19:25:03 +00:00 committed by Stephan Seitz
parent 1bbcd2fbc2
commit 633b42b2a2

View file

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