vim-patch:8.2.4729: HEEx and Surface templates do not need a separate filetype (#18065)

Problem:    HEEx and Surface templates do not need a separate filetype.
Solution:   Use Eelixir for the similar filetypes. (Aaron Tinio, closes vim/vim#10124)
fa76a24109
This commit is contained in:
Christian Clason
2022-04-10 13:53:33 +02:00
committed by GitHub
parent b531e4ea33
commit b438bb4343
3 changed files with 5 additions and 13 deletions

View File

@@ -173,7 +173,9 @@ local extension = {
lid = "dylanlid",
ecd = "ecd",
eex = "eelixir",
heex = "eelixir",
leex = "eelixir",
sface = "eelixir",
exs = "elixir",
elm = "elm",
elv = "elvish",
@@ -267,7 +269,6 @@ local extension = {
ev = "hercules",
vc = "hercules",
hcl = "hcl",
heex = "heex",
hex = "hex",
["h32"] = "hex",
hjson = "hjson",
@@ -644,7 +645,6 @@ local extension = {
mata = "stata",
ado = "stata",
stp = "stp",
sface = "surface",
svelte = "svelte",
svg = "svg",
swift = "swift",