From e5e06b4254ccf720c981cbfc4c2733548b4d88c5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 9 Jul 2021 16:37:25 +0000 Subject: [PATCH] [docgen] Update CONFIG.md skip-checks: true --- CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG.md b/CONFIG.md index b78b9e60eb..a759c14bbb 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" } + filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" } get_language_id = function(_, ftype) return language_id_of[ftype] end