vim: rename treesitter parser 'help' -> 'vimdoc'

This commit is contained in:
Fernando Schauenburg 2023-07-05 21:52:26 +02:00
parent a7526cc341
commit c41b60a78b

View file

@ -7,7 +7,6 @@ configs.setup {
'c', 'c',
'cpp', 'cpp',
'haskell', 'haskell',
'help',
'html', 'html',
'javascript', 'javascript',
'latex', 'latex',
@ -19,6 +18,7 @@ configs.setup {
'query', 'query',
'toml', 'toml',
'vim', 'vim',
'vimdoc',
'yaml', 'yaml',
}, },