From d6a0a26b8563409d4660def7320a4f4bc23954df Mon Sep 17 00:00:00 2001 From: Dawid Zych Date: Thu, 2 Dec 2021 16:28:00 +0100 Subject: [PATCH] OCaml string format specifiers For format specifiers use @string.special instead of @punctuation.special. --- queries/ocaml/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/ocaml/highlights.scm b/queries/ocaml/highlights.scm index 17a5d15c0f9..eb41fbb2621 100644 --- a/queries/ocaml/highlights.scm +++ b/queries/ocaml/highlights.scm @@ -88,7 +88,7 @@ [ (conversion_specification) (pretty_printing_indication) -] @punctuation.special +] @string.special ; Keywords ;---------