From 5766f5da8fc9e98320e7e765c47e701d72108028 Mon Sep 17 00:00:00 2001 From: oberblastmeister Date: Wed, 1 Sep 2021 12:08:08 -0400 Subject: OCaml support (#666) * added some stuff * add interface * indent * highlights and locals * scope * change some stuff * add indents * fix blanket highlight * macro * use inherits--- runtime/queries/ocaml/indents.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 runtime/queries/ocaml/indents.toml (limited to 'runtime/queries/ocaml/indents.toml') diff --git a/runtime/queries/ocaml/indents.toml b/runtime/queries/ocaml/indents.toml new file mode 100644 index 00000000..9b6462d8 --- /dev/null +++ b/runtime/queries/ocaml/indents.toml @@ -0,0 +1,13 @@ +indent = [ + "let_binding", + "type_binding", + "structure", + "signature", + "record_declaration", + "function_expression", + "match_case", +] + +oudent = [ + "}", +] -- cgit v1.2.3-70-g09d2