aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/ledger
Commit message (Collapse)AuthorAge
* Remove broken ledger tag highlight (#2988)Ivan Tham2022-07-06
|
* Update tree-sitter-ledger (#2936)Ivan Tham2022-07-05
|
* Add tree-sitter-comment (#1300)Michael Davis2021-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | * Add tree-sitter-comment Fix #1164 * fix precedence in tree-sitter-comment highlights connects https://github.com/helix-editor/helix/pull/1170 * set injection-regex for comment language * remove comment filetype * fix comment injections for neovim-style injections tags * add comment injections for elixir * remove f.comment * fix spacing in .gitmodules * run 'cargo xtask docgen' Co-authored-by: Ivan Tham <pickfire@riseup.net>
* highlights: @include -> @keyword.control.importBlaž Hrastnik2021-12-17
|
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
| | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
* Update ledger treesitter injections (#732)cbarrete2021-09-09
| | | Co-authored-by: Cédric Barreteau <cbarrete@users.noreply.github.com>
* Add ledger tree-sitter (#572)Ivan Tham2021-08-16
Might need to update later since the current one highlight does not work very well yet.