Add glimmer parser

This commit is contained in:
NullVoxPopuli 2021-02-28 17:40:35 -05:00 committed by Stephan Seitz
parent 35369de25a
commit 3568e54669

View file

@ -292,6 +292,16 @@ list.toml = {
maintainers = {"@tk-shirasaka"},
}
list.glimmer = {
install_info = {
url = "https://github.com/alexlafroscia/tree-sitter-glimmer",
files = { "src/parser.c", "src/scanner.c" },
},
readme_name = "Glimmer and Ember",
maintainers = { "@alexlafroscia" },
filetype = "handlebars"
}
list.vue = {
install_info = {
url = "https://github.com/ikatyang/tree-sitter-vue",