mirror of
https://github.com/neovim/neovim.git
synced 2026-03-06 17:17:21 +00: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user