aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index b56328a8..6c07ec0b 100644
--- a/languages.toml
+++ b/languages.toml
@@ -529,6 +529,7 @@ file-types = ["ml"]
shebangs = []
roots = []
comment-token = "(**)"
+language-server = { command = "ocamllsp" }
indent = { tab-width = 2, unit = " " }
[[grammar]]
@@ -542,7 +543,8 @@ file-types = ["mli"]
shebangs = []
roots = []
comment-token = "(**)"
-indent = { tab-width = 2, unit = " "}
+language-server = { command = "ocamllsp" }
+indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "ocaml-interface"