diff options
| author | Dawid Zych <dawid.zych@yandex.com> | 2021-12-02 16:28:00 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-12-02 16:56:58 +0100 |
| commit | d6a0a26b8563409d4660def7320a4f4bc23954df (patch) | |
| tree | de1cec2928681014d0e07790a29b43f3e70513b8 | |
| parent | acf0c0f6a10e384c86f2b162b20488af76d292be (diff) | |
OCaml string format specifiers
For format specifiers use @string.special instead of
@punctuation.special.
| -rw-r--r-- | queries/ocaml/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/ocaml/highlights.scm b/queries/ocaml/highlights.scm index 17a5d15c..eb41fbb2 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 ;--------- |
