mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
Add tree-sitter-eex parser for (L)EEx files (#2351)
This commit is contained in:
parent
d2981d20da
commit
2532937ba1
4 changed files with 35 additions and 0 deletions
|
|
@ -343,6 +343,16 @@ list.surface = {
|
|||
maintainers = { "@connorlay" },
|
||||
}
|
||||
|
||||
list.eex = {
|
||||
install_info = {
|
||||
url = "https://github.com/connorlay/tree-sitter-eex",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
filetype = "eex",
|
||||
maintainers = { "@connorlay" },
|
||||
}
|
||||
|
||||
list.heex = {
|
||||
install_info = {
|
||||
url = "https://github.com/connorlay/tree-sitter-heex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue