fix(org): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-06-19 18:14:41 -04:00 committed by Christian Clason
parent c8f5919b66
commit a1c29a9d1d
2 changed files with 2 additions and 2 deletions

View file

@ -1046,7 +1046,7 @@ list.odin = {
list.org = {
install_info = {
url = "https://github.com/milisims/tree-sitter-org",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
}