aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-04-11 18:38:54 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-04-11 18:40:46 +0800
commit2dc86ef3b2328e5ee7b2d814cda05da17ec25eaa (patch)
treefa993ab69ff68e6029c28ff9888fed285134ce11 /runtime/lua/vim
parent18ed556bbd95a7d3d925432e71c33dcfc6bf47b8 (diff)
downloadrneovim-2dc86ef3b2328e5ee7b2d814cda05da17ec25eaa.tar.gz
rneovim-2dc86ef3b2328e5ee7b2d814cda05da17ec25eaa.tar.bz2
rneovim-2dc86ef3b2328e5ee7b2d814cda05da17ec25eaa.zip
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) https://github.com/vim/vim/commit/4232dff815db1a727cb1aea26783267d8bd731c3
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index a4d0264384..880b99a2fa 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -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",