mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:8.2.4664: Elvish files are not recognized (#17963)
Problem: Elvish files are not recognized.
Solution: Recognize .elv files. (Bruno Roque, closes vim/vim#10058)
c1658a196b
This commit is contained in:
@@ -177,6 +177,7 @@ local extension = {
|
||||
leex = "eelixir",
|
||||
exs = "elixir",
|
||||
elm = "elm",
|
||||
elv = "elvish",
|
||||
epp = "epuppet",
|
||||
erl = "erlang",
|
||||
hrl = "erlang",
|
||||
|
||||
Reference in New Issue
Block a user