mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat(beancount): refactor scanner to c
This commit is contained in:
parent
d2f58c0b65
commit
4a8901b0d5
2 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ list.bass = {
|
|||
list.beancount = {
|
||||
install_info = {
|
||||
url = "https://github.com/polarmutex/tree-sitter-beancount",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@polarmutex" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue