vim: rename treesitter parser 'help' -> 'vimdoc'
This commit is contained in:
parent
a7526cc341
commit
c41b60a78b
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue