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 = {