mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
fix(org): adapt to scanner rewrite
This commit is contained in:
parent
c8f5919b66
commit
a1c29a9d1d
2 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue