diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-03-22 12:15:39 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-03-22 12:20:33 +0100 |
| commit | 0e0db770f2a3691fae478798342f4ac431accefd (patch) | |
| tree | a2ccd91ce09812a607e8d2ecc8b06259df29363d | |
| parent | bot(parsers): update arduino, c3, cue, dart, fortran, fsharp, git_rebase, gle... (diff) | |
| download | nvim-treesitter-0e0db770f2a3691fae478798342f4ac431accefd.tar nvim-treesitter-0e0db770f2a3691fae478798342f4ac431accefd.tar.gz nvim-treesitter-0e0db770f2a3691fae478798342f4ac431accefd.tar.bz2 nvim-treesitter-0e0db770f2a3691fae478798342f4ac431accefd.tar.lz nvim-treesitter-0e0db770f2a3691fae478798342f4ac431accefd.tar.xz nvim-treesitter-0e0db770f2a3691fae478798342f4ac431accefd.tar.zst nvim-treesitter-0e0db770f2a3691fae478798342f4ac431accefd.zip | |
fix(parsers): don't specify default branch
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 74d649691..93d06bcb0 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2555,7 +2555,6 @@ return { }, vue = { install_info = { - branch = 'main', revision = 'ce8011a414fdf8091f4e4071752efc376f4afb08', url = 'https://github.com/tree-sitter-grammars/tree-sitter-vue', }, |
