mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(beancount): update to windows-compatible version (#8401)
This commit is contained in:
parent
4337799162
commit
300b906a95
2 changed files with 3 additions and 3 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -22,7 +22,7 @@ Language | Tier | Queries | Maintainer
|
||||||
[awk](https://github.com/Beaglefoot/tree-sitter-awk) | unstable | `H J ` |
|
[awk](https://github.com/Beaglefoot/tree-sitter-awk) | unstable | `H J ` |
|
||||||
[bash](https://github.com/tree-sitter/tree-sitter-bash) | unstable | `HFIJL` | @TravonteD
|
[bash](https://github.com/tree-sitter/tree-sitter-bash) | unstable | `HFIJL` | @TravonteD
|
||||||
[bass](https://github.com/vito/tree-sitter-bass) | unstable | `HFIJL` | @amaanq
|
[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
|
[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
|
[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
|
[bitbake](https://github.com/tree-sitter-grammars/tree-sitter-bitbake) | unstable | `HFIJL` | @amaanq
|
||||||
|
|
|
||||||
|
|
@ -93,11 +93,11 @@ return {
|
||||||
},
|
},
|
||||||
beancount = {
|
beancount = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '07bfb0ec6d9e255d776cdd3362128364d2b0bb2f',
|
revision = '653cce316fbff8d212a2488ae13df648efb542a4',
|
||||||
url = 'https://github.com/polarmutex/tree-sitter-beancount',
|
url = 'https://github.com/polarmutex/tree-sitter-beancount',
|
||||||
},
|
},
|
||||||
maintainers = { '@polarmutex' },
|
maintainers = { '@polarmutex' },
|
||||||
tier = 3,
|
tier = 2,
|
||||||
},
|
},
|
||||||
bibtex = {
|
bibtex = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue