aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 690348ff9..d98daaee6 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -498,6 +498,15 @@ list.r = {
maintainers = { "@jimhester" },
}
+list.beancout = {
+ install_info = {
+ url = "https://github.com/polarmutex/tree-sitter-beancount",
+ files = { "src/parser.c" },
+ branch = "master",
+ },
+ maintainers = { "@polarmutex" }
+}
+
local M = {
list = list
}