mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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
|
|
@ -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