aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/ocaml/indents.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/ocaml/indents.scm')
-rw-r--r--runtime/queries/ocaml/indents.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/queries/ocaml/indents.scm b/runtime/queries/ocaml/indents.scm
new file mode 100644
index 00000000..dc4d591a
--- /dev/null
+++ b/runtime/queries/ocaml/indents.scm
@@ -0,0 +1,12 @@
+[
+ (let_binding)
+ (type_binding)
+ (structure)
+ (signature)
+ (record_declaration)
+ (function_expression)
+ (match_case)
+] @indent
+
+"}" @outdent
+