style(lsp): make get_markdown_fences private

This commit is contained in:
Folke Lemaitre
2021-06-25 18:32:00 +02:00
parent 5d792701cf
commit 28dde1038f

View File

@@ -1059,6 +1059,7 @@ end
-- Generates a table mapping markdown code block lang to vim syntax,
-- based on g:markdown_fenced_languages
-- @return a table of lang -> syntax mappings
-- @private
local function get_markdown_fences()
local fences = {}
for _, fence in pairs(vim.g.markdown_fenced_languages or {}) do