mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
Add tree-sitter-norg
This commit is contained in:
parent
fcabd8dc18
commit
045cb86d44
1 changed files with 9 additions and 0 deletions
|
|
@ -891,6 +891,15 @@ list.hack = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.norg = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/vhyrro/tree-sitter-norg",
|
||||||
|
branch = "main",
|
||||||
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
|
},
|
||||||
|
maintainers = { "@JoeyGrajciar", "@vhyrro" },
|
||||||
|
}
|
||||||
|
|
||||||
local M = {
|
local M = {
|
||||||
list = list,
|
list = list,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue