mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
vim-patch:9.0.1261: Elsa files are not recognized (#22047)
Problem: Elsa files are not recognized.
Solution: Add the name of Elsa files. (Amaan Qureshi)
2a99fe6c41
This commit is contained in:
parent
9cb3b276bd
commit
c9ac4e4877
@ -332,6 +332,7 @@ local extension = {
|
||||
am = 'elf',
|
||||
exs = 'elixir',
|
||||
elm = 'elm',
|
||||
lc = 'elsa',
|
||||
elv = 'elvish',
|
||||
ent = function(path, bufnr)
|
||||
return require('vim.filetype.detect').ent(bufnr)
|
||||
|
@ -181,6 +181,7 @@ let s:filename_checks = {
|
||||
\ 'elixir': ['file.ex', 'file.exs', 'mix.lock'],
|
||||
\ 'elm': ['file.elm'],
|
||||
\ 'elmfilt': ['filter-rules'],
|
||||
\ 'elsa': ['file.lc'],
|
||||
\ 'elvish': ['file.elv'],
|
||||
\ 'epuppet': ['file.epp'],
|
||||
\ 'erlang': ['file.erl', 'file.hrl', 'file.yaws'],
|
||||
|
Loading…
Reference in New Issue
Block a user