feat(beancount): support folding org headers (#3078)

requires beancount parser update

Co-authored-by: Brian Ryall <brian@brianryall.xyz>
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
PolarMutex 2022-06-28 04:44:38 -04:00 committed by GitHub
parent 08788c036a
commit b8459df74d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -820,7 +820,7 @@ list.r = {
list.beancount = {
install_info = {
url = "https://github.com/polarmutex/tree-sitter-beancount",
files = { "src/parser.c" },
files = { "src/parser.c", "src/scanner.cc" },
branch = "master",
},
maintainers = { "@polarmutex" },