Allow compilation via makefile

This commit is contained in:
Stephan Seitz 2021-09-09 22:11:07 +02:00
parent 045cb86d44
commit a37c97545f
4 changed files with 42 additions and 9 deletions

View file

@ -896,6 +896,7 @@ list.norg = {
url = "https://github.com/vhyrro/tree-sitter-norg",
branch = "main",
files = { "src/parser.c", "src/scanner.cc" },
use_makefile = true,
},
maintainers = { "@JoeyGrajciar", "@vhyrro" },
}