Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 367300e

Browse files
committed
fix(modules): update Neorg treesitter parser files
1 parent af279b6 commit 367300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/doom/modules/config/doom-treesitter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ return function()
3030
parser_configs.norg = {
3131
install_info = {
3232
url = "https://github.com/vhyrro/tree-sitter-norg",
33-
files = { "src/parser.c" },
33+
files = { "src/parser.c", "src/scanner.cc" },
3434
branch = "main",
3535
},
3636
}

0 commit comments

Comments
 (0)