refactor(treesitter)!: rename help parser to vimdoc

This commit is contained in:
Christian Clason
2023-03-31 17:09:00 +02:00
parent 2a298f2e48
commit d7f7450017
7 changed files with 15 additions and 9 deletions

View File

@@ -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