diff options
| author | PolarMutex <115141+polarmutex@users.noreply.github.com> | 2026-01-03 12:15:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 18:15:14 +0100 |
| commit | 300b906a9514d5e0ce02911d371445382fe35a31 (patch) | |
| tree | 2ab0e69f886802456d47ca20d18adbfd298f8c63 | |
| parent | feat(bash): add indents query (diff) | |
| download | nvim-treesitter-300b906a9514d5e0ce02911d371445382fe35a31.tar nvim-treesitter-300b906a9514d5e0ce02911d371445382fe35a31.tar.gz nvim-treesitter-300b906a9514d5e0ce02911d371445382fe35a31.tar.bz2 nvim-treesitter-300b906a9514d5e0ce02911d371445382fe35a31.tar.lz nvim-treesitter-300b906a9514d5e0ce02911d371445382fe35a31.tar.xz nvim-treesitter-300b906a9514d5e0ce02911d371445382fe35a31.tar.zst nvim-treesitter-300b906a9514d5e0ce02911d371445382fe35a31.zip | |
fix(beancount): update to windows-compatible version (#8401)
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index d1e0e7907..a487c7cca 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -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 diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index ac6284f42..9ce38664d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
