fix(eex): map eelixir filetype to the eex parser

This commit is contained in:
Mitchell Hanberg 2023-02-27 23:19:27 -05:00 committed by Amaan Qureshi
parent 5cfb5d7768
commit f0617c31f4

View file

@ -354,7 +354,7 @@ list.eex = {
files = { "src/parser.c" },
branch = "main",
},
filetype = "eex",
filetype = "eelixir",
maintainers = { "@connorlay" },
}