mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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" },
|
||||
branch = "main",
|
||||
},
|
||||
filetype = "eex",
|
||||
filetype = "eelixir",
|
||||
maintainers = { "@connorlay" },
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue