summaryrefslogtreecommitdiff
path: root/queries/ledger
AgeCommit message (Collapse)Author
2021-09-10Update ledger injectionsCédric Barreteau
2021-07-07Update ledger highlightsCédric Barreteau
Add `check` keyword.
2021-06-11Update ledger highlight queriesCédric Barreteau
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
2021-04-15ledger: update highlightsGrzegorz Milka
I have updated the highlights in the upstream repo in https://github.com/cbarrete/tree-sitter-ledger/commit/941bbf609858e0fb355b663ccc7bbd6f9bc8863e.
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-02-23ledger: update highlightsCédric Barreteau
2021-02-04Update lockfile.json and `amount` query for ledgerCédric Barreteau
`amount_expr` was renamed to `amount` in 52101ac32e890ac224e51cb005182bbe45c0250d.
2021-01-31Add indents queries for ledgerCédric Barreteau
2021-01-31Add ledger parser, folds and highlights queriesCédric Barreteau