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:
Christian Clason
2022-04-02 13:36:19 +02:00
committed by GitHub
parent af1b61f342
commit e45d141e28
3 changed files with 5 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ local extension = {
leex = "eelixir",
exs = "elixir",
elm = "elm",
elv = "elvish",
epp = "epuppet",
erl = "erlang",
hrl = "erlang",