diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-09-09 22:11:07 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-23 16:27:25 +0100 |
| commit | a37c97545f23eef90f833be634ef1f3db93af0ca (patch) | |
| tree | 4d38a265f9702a958c5c63417229fab692c129dd /lua/nvim-treesitter/parsers.lua | |
| parent | 045cb86d44d82aa050d70535c687e4d0bc2048f5 (diff) | |
Allow compilation via makefile
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, } |
