fix(beancount): update to windows-compatible version (#8401)

This commit is contained in:
PolarMutex 2026-01-03 12:15:14 -05:00 committed by GitHub
parent 4337799162
commit 300b906a95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ Language | Tier | Queries | Maintainer
[awk](https://github.com/Beaglefoot/tree-sitter-awk) | unstable | `H  J ` |
[bash](https://github.com/tree-sitter/tree-sitter-bash) | unstable | `HFIJL` | @TravonteD
[bass](https://github.com/vito/tree-sitter-bass) | unstable | `HFIJL` | @amaanq
[beancount](https://github.com/polarmutex/tree-sitter-beancount) | unmaintained | `HF J ` | @polarmutex
[beancount](https://github.com/polarmutex/tree-sitter-beancount) | unstable | `HF J ` | @polarmutex
[bibtex](https://github.com/latex-lsp/tree-sitter-bibtex) | unstable | `HFIJ ` | @theHamsta, @clason
[bicep](https://github.com/tree-sitter-grammars/tree-sitter-bicep) | unstable | `HFIJL` | @amaanq
[bitbake](https://github.com/tree-sitter-grammars/tree-sitter-bitbake) | unstable | `HFIJL` | @amaanq

View file

@ -93,11 +93,11 @@ return {
},
beancount = {
install_info = {
revision = '07bfb0ec6d9e255d776cdd3362128364d2b0bb2f',
revision = '653cce316fbff8d212a2488ae13df648efb542a4',
url = 'https://github.com/polarmutex/tree-sitter-beancount',
},
maintainers = { '@polarmutex' },
tier = 3,
tier = 2,
},
bibtex = {
install_info = {