aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index c07b183b..42accbd7 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3704,7 +3704,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocamllex", "ocaml", "menhir", "ocamlinterface", "reason" }
+ filetypes = { "reason", "menhir", "ocamlinterface", "ocaml", "ocamllex" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```