add support for beancount files

This commit is contained in:
Brian Ryall 2021-03-21 13:26:33 -04:00 committed by Thomas Vigouroux
parent 0c12ff67fe
commit fb75f01941
4 changed files with 41 additions and 0 deletions

View file

@ -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
}