mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	style(lsp): make get_markdown_fences private
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user