aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/ocaml/indents.toml
diff options
context:
space:
mode:
authoroberblastmeister2021-09-01 16:08:08 +0000
committerGitHub2021-09-01 16:08:08 +0000
commit5766f5da8fc9e98320e7e765c47e701d72108028 (patch)
treec65b2f9ca410983256a80509838fb28f0482a14f /runtime/queries/ocaml/indents.toml
parent825bceeab68276cdf120bda5d172b854867d8585 (diff)
OCaml support (#666)
* added some stuff * add interface * indent * highlights and locals * scope * change some stuff * add indents * fix blanket highlight * macro * use inherits
Diffstat (limited to 'runtime/queries/ocaml/indents.toml')
-rw-r--r--runtime/queries/ocaml/indents.toml13
1 files changed, 13 insertions, 0 deletions
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 = [
+ "}",
+]