aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorBrian Ryall <me@brianryall.xyz>2024-02-28 22:13:51 -0500
committer再生花 <hoangtun0810@gmail.com>2024-02-29 12:35:31 +0900
commit4a8901b0d5398b45e075fcdbf9b8fe546349cc14 (patch)
treecb36a4ffe984be940fdc513204d9f2700cbf4d6e /lua
parentUpdate parsers: dtd, gitattributes, hyprlang, tcl, wing, xml (diff)
downloadnvim-treesitter-4a8901b0d5398b45e075fcdbf9b8fe546349cc14.tar
nvim-treesitter-4a8901b0d5398b45e075fcdbf9b8fe546349cc14.tar.gz
nvim-treesitter-4a8901b0d5398b45e075fcdbf9b8fe546349cc14.tar.bz2
nvim-treesitter-4a8901b0d5398b45e075fcdbf9b8fe546349cc14.tar.lz
nvim-treesitter-4a8901b0d5398b45e075fcdbf9b8fe546349cc14.tar.xz
nvim-treesitter-4a8901b0d5398b45e075fcdbf9b8fe546349cc14.tar.zst
nvim-treesitter-4a8901b0d5398b45e075fcdbf9b8fe546349cc14.zip
feat(beancount): refactor scanner to c
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
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" },
}