mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -345,7 +345,7 @@
|
|||
"revision": "d165dbee27617dab2653e38737d96ede1030d14f"
|
||||
},
|
||||
"org": {
|
||||
"revision": "081179c52b3e8175af62b9b91dc099d010c38770"
|
||||
"revision": "64cfbc213f5a83da17632c95382a5a0a2f3357c1"
|
||||
},
|
||||
"pascal": {
|
||||
"revision": "9e995404ddff8319631d72d4b46552e737206912"
|
||||
|
|
|
|||
|
|
@ -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