From b438bb434305a89457f1c565363f07326d4c5353 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 10 Apr 2022 13:53:33 +0200 Subject: 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) https://github.com/vim/vim/commit/fa76a24109f3c3287e4ee17b6270bfd5310c12f3 --- runtime/lua/vim/filetype.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/lua/vim') diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 880b99a2fa..a4d0264384 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -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", -- cgit