mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -33,7 +33,7 @@
|
|||
"revision": "c9ba4568af24cd3403029730687c0a43d1350a43"
|
||||
},
|
||||
"beancount": {
|
||||
"revision": "dd6f4ec9b01dd18cc4aa8c8517738414fb98cd63"
|
||||
"revision": "b2c12eb49e308f33312269da1e31469f40c7b3c1"
|
||||
},
|
||||
"bibtex": {
|
||||
"revision": "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34"
|
||||
|
|
|
|||
|
|
@ -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