fix(parsers): don't specify default branch

This commit is contained in:
Christian Clason 2026-03-22 12:15:39 +01:00 committed by Christian Clason
parent e5f65e31a5
commit 0e0db770f2

View file

@ -2555,7 +2555,6 @@ return {
}, },
vue = { vue = {
install_info = { install_info = {
branch = 'main',
revision = 'ce8011a414fdf8091f4e4071752efc376f4afb08', revision = 'ce8011a414fdf8091f4e4071752efc376f4afb08',
url = 'https://github.com/tree-sitter-grammars/tree-sitter-vue', url = 'https://github.com/tree-sitter-grammars/tree-sitter-vue',
}, },