feat(beancount): refactor scanner to c

This commit is contained in:
Brian Ryall 2024-02-28 22:13:51 -05:00 committed by 再生花
parent d2f58c0b65
commit 4a8901b0d5
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
"revision": "c9ba4568af24cd3403029730687c0a43d1350a43"
},
"beancount": {
"revision": "dd6f4ec9b01dd18cc4aa8c8517738414fb98cd63"
"revision": "b2c12eb49e308f33312269da1e31469f40c7b3c1"
},
"bibtex": {
"revision": "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34"

View file

@ -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" },
}