mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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 = {
|
||||
list = list,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue