mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
chore(ruby): adapt to scanner rewrite
This commit is contained in:
parent
76700e147b
commit
6d1ab048d2
2 changed files with 2 additions and 2 deletions
|
|
@ -564,7 +564,7 @@
|
|||
"revision": "3ba9eb9b5a47aadb1f2356a3cab0dd3d2bd00b4b"
|
||||
},
|
||||
"ruby": {
|
||||
"revision": "9061b0afbe4f19f58f4ac9cb7834b72648759cdb"
|
||||
"revision": "863e4e9774ffcae8693611488eeb7194c86f265f"
|
||||
},
|
||||
"rust": {
|
||||
"revision": "e0e8b6de6e4aa354749c794f5f36a906dcccda74"
|
||||
|
|
|
|||
|
|
@ -1660,7 +1660,7 @@ list.rst = {
|
|||
list.ruby = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-ruby",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@TravonteD" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue