mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
Add glimmer parser
This commit is contained in:
parent
35369de25a
commit
3568e54669
1 changed files with 10 additions and 0 deletions
|
|
@ -292,6 +292,16 @@ list.toml = {
|
||||||
maintainers = {"@tk-shirasaka"},
|
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 = {
|
list.vue = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/ikatyang/tree-sitter-vue",
|
url = "https://github.com/ikatyang/tree-sitter-vue",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue