vim-patch:8.2.4733: HEEx and Surface do need a separate filetype

Problem:    HEEx and Surface do need a separate filetype.
Solution:   Revert 8.2.4729. (closes vim/vim#10147)
4232dff815
This commit is contained in:
zeertzjq
2022-04-11 18:38:54 +08:00
parent 18ed556bbd
commit 2dc86ef3b2
3 changed files with 15 additions and 5 deletions

View File

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