mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix(eex): map eelixir filetype to the eex parser
This commit is contained in:
parent
5cfb5d7768
commit
f0617c31f4
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ list.eex = {
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
branch = "main",
|
branch = "main",
|
||||||
},
|
},
|
||||||
filetype = "eex",
|
filetype = "eelixir",
|
||||||
maintainers = { "@connorlay" },
|
maintainers = { "@connorlay" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue