From 4a8901b0d5398b45e075fcdbf9b8fe546349cc14 Mon Sep 17 00:00:00 2001 From: Brian Ryall Date: Wed, 28 Feb 2024 22:13:51 -0500 Subject: feat(beancount): refactor scanner to c --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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" }, } -- cgit v1.2.3-70-g09d2