Add tree-sitter-norg

This commit is contained in:
Jozef Grajciar 2021-08-29 19:31:37 +02:00 committed by Stephan Seitz
parent fcabd8dc18
commit 045cb86d44

View file

@ -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,
}