aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index 5eb1debe0..edc7000e1 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -33,7 +33,7 @@
"revision": "c9ba4568af24cd3403029730687c0a43d1350a43"
},
"beancount": {
- "revision": "dd6f4ec9b01dd18cc4aa8c8517738414fb98cd63"
+ "revision": "b2c12eb49e308f33312269da1e31469f40c7b3c1"
},
"bibtex": {
"revision": "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index c9c22886d..aef843213 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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" },
}