diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-11 19:30:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 19:30:42 +0800 |
commit | f0d07dcb7499412f42654690183606d2551b6d66 (patch) | |
tree | fa993ab69ff68e6029c28ff9888fed285134ce11 /runtime/lua/vim | |
parent | 8f95f3ea0612d1887f68c9663ee6bc831168a04e (diff) | |
parent | 2dc86ef3b2328e5ee7b2d814cda05da17ec25eaa (diff) | |
download | rneovim-f0d07dcb7499412f42654690183606d2551b6d66.tar.gz rneovim-f0d07dcb7499412f42654690183606d2551b6d66.tar.bz2 rneovim-f0d07dcb7499412f42654690183606d2551b6d66.zip |
Merge pull request #18067 from zeertzjq/vim-8.2.4714
vim-patch:8.2.{4714,4733}
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r-- | runtime/lua/vim/filetype.lua | 4 |
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", |