From a37c97545f23eef90f833be634ef1f3db93af0ca Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Thu, 9 Sep 2021 22:11:07 +0200 Subject: Allow compilation via makefile --- lua/nvim-treesitter/parsers.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/nvim-treesitter/parsers.lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 5d944ecc..bfa4ccc8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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" }, } -- cgit v1.2.3