mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Add branch to glimmer config
This commit is contained in:
parent
3568e54669
commit
4868c2117f
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ list.glimmer = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/alexlafroscia/tree-sitter-glimmer",
|
url = "https://github.com/alexlafroscia/tree-sitter-glimmer",
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
|
branch = 'main',
|
||||||
},
|
},
|
||||||
readme_name = "Glimmer and Ember",
|
readme_name = "Glimmer and Ember",
|
||||||
maintainers = { "@alexlafroscia" },
|
maintainers = { "@alexlafroscia" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue