[docgen] Update CONFIG.md

skip-checks: true
This commit is contained in:
github-actions 2021-07-03 21:34:53 +00:00
parent 0b9df63d13
commit 30eef6170d

View File

@ -3710,7 +3710,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" }
filetypes = { "ocamllex", "menhir", "reason", "ocamlinterface", "ocaml" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```