mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user