mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #14910 from folke/lsp_fences_docs
style(lsp): make get_markdown_fences private
This commit is contained in:
commit
3b44b21894
@ -1059,6 +1059,7 @@ end
|
|||||||
-- Generates a table mapping markdown code block lang to vim syntax,
|
-- Generates a table mapping markdown code block lang to vim syntax,
|
||||||
-- based on g:markdown_fenced_languages
|
-- based on g:markdown_fenced_languages
|
||||||
-- @return a table of lang -> syntax mappings
|
-- @return a table of lang -> syntax mappings
|
||||||
|
-- @private
|
||||||
local function get_markdown_fences()
|
local function get_markdown_fences()
|
||||||
local fences = {}
|
local fences = {}
|
||||||
for _, fence in pairs(vim.g.markdown_fenced_languages or {}) do
|
for _, fence in pairs(vim.g.markdown_fenced_languages or {}) do
|
||||||
|
Loading…
Reference in New Issue
Block a user