mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
refactor(treesitter)!: rename help parser to vimdoc
This commit is contained in:
@@ -4,7 +4,9 @@ local a = vim.api
|
||||
local M = {}
|
||||
|
||||
---@type table<string,string>
|
||||
local ft_to_lang = {}
|
||||
local ft_to_lang = {
|
||||
help = 'vimdoc',
|
||||
}
|
||||
|
||||
--- Get the filetypes associated with the parser named {lang}.
|
||||
--- @param lang string Name of parser
|
||||
|
||||
Reference in New Issue
Block a user