diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-02-19 06:56:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-19 00:56:42 -0500 |
| commit | f857a967744c626a34f50699eb4ac634279ad97e (patch) | |
| tree | 45a92fa09f031adfb007d1b89c40e89c66352f45 /lua | |
| parent | feat(beancount): add comment injection (diff) | |
| download | nvim-treesitter-f857a967744c626a34f50699eb4ac634279ad97e.tar nvim-treesitter-f857a967744c626a34f50699eb4ac634279ad97e.tar.gz nvim-treesitter-f857a967744c626a34f50699eb4ac634279ad97e.tar.bz2 nvim-treesitter-f857a967744c626a34f50699eb4ac634279ad97e.tar.lz nvim-treesitter-f857a967744c626a34f50699eb4ac634279ad97e.tar.xz nvim-treesitter-f857a967744c626a34f50699eb4ac634279ad97e.tar.zst nvim-treesitter-f857a967744c626a34f50699eb4ac634279ad97e.zip | |
fix(bass): revert to upstream parser (#6131)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3a8733ce4..d27117a1a 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -161,7 +161,7 @@ list.bash = { list.bass = { install_info = { - url = "https://github.com/amaanq/tree-sitter-bass", + url = "https://github.com/vito/tree-sitter-bass", files = { "src/parser.c" }, }, maintainers = { "@amaanq" }, |
