summaryrefslogtreecommitdiff
path: root/queries/beancount
AgeCommit message (Collapse)Author
2022-06-28feat(beancount): support folding org headers (#3078)PolarMutex
requires beancount parser update Co-authored-by: Brian Ryall <brian@brianryall.xyz> Co-authored-by: Christian Clason <c.clason@uni-graz.at>
2021-10-02Add headers as an option to fold on (#1873)Stephen Bolton
* Add headers as an option to fold on treesitter-beancount added grammar rules around orgmode and markdown headers so that they are recognized in beancount documents. This change makes it so that they will be taken into consideration when folding text. Commit: https://github.com/polarmutex/tree-sitter-beancount/commit/79ae7c1f2654a2a6936b0f37bf754e5ff59c9186 * Fix node name for headers The correct name for the header nodes is heading.
2021-03-30Fix beancount queriesStephan Seitz
2021-03-22delete locals queries for beancountBrian Ryall
2021-03-22fix invalid annotation in beancount queryBrian Ryall
2021-03-22add support for beancount filesBrian Ryall