mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat: add vimdoc parser and highlight queries
This commit is contained in:
parent
82584359b7
commit
7e9c46b678
3 changed files with 27 additions and 0 deletions
|
|
@ -827,6 +827,16 @@ list.vim = {
|
|||
maintainers = { "@vigoux" },
|
||||
}
|
||||
|
||||
list.help = {
|
||||
install_info = {
|
||||
url = "https://github.com/vigoux/tree-sitter-vimdoc",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "help",
|
||||
maintainers = { "@vigoux" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.json5 = {
|
||||
install_info = {
|
||||
url = "https://github.com/Joakker/tree-sitter-json5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue