mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(arduino): adapt to scanner rewrite
This commit is contained in:
parent
e3330c67f1
commit
70f161b1dd
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"revision": "80ea622cf952a0059e168e5c92a798b2f1925652"
|
||||
},
|
||||
"arduino": {
|
||||
"revision": "0804efc41c42cf5b0a6ea8d500ea6f4e49a15ef6"
|
||||
"revision": "2caedf3e9eb314551a3a6cc9d3b6c4fcdee37747"
|
||||
},
|
||||
"astro": {
|
||||
"revision": "a4535d1530558866a543c1660c90c57fbf2fd709"
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ list.agda = {
|
|||
list.arduino = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-arduino",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@ObserverOfTime" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue