mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user