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',
'cpp',
'haskell',
'help',
'html',
'javascript',
'latex',
@ -19,6 +18,7 @@ configs.setup {
'query',
'toml',
'vim',
'vimdoc',
'yaml',
},