diff options
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3710,7 +3710,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocamllex", "menhir", "reason", "ocamlinterface", "ocaml" } + filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" } get_language_id = function (_, ftype) return language_id_of[ftype] end root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git") ``` |
