mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:9.0.1176: smithy files are not recognized (#21751)
Problem: smithy files are not recognized.
Solution: Add a pattern for Smithy files. (Chris Kipp, closes vim/vim#11804)
f68cddabff
Co-authored-by: Chris Kipp <ckipp@pm.me>
This commit is contained in:
@@ -327,11 +327,7 @@ local extension = {
|
||||
end,
|
||||
eex = 'eelixir',
|
||||
leex = 'eelixir',
|
||||
am = function(path, bufnr)
|
||||
if not path:lower():find('makefile%.am$') then
|
||||
return 'elf'
|
||||
end
|
||||
end,
|
||||
am = 'elf',
|
||||
exs = 'elixir',
|
||||
elm = 'elm',
|
||||
elv = 'elvish',
|
||||
@@ -956,6 +952,7 @@ local extension = {
|
||||
hlp = 'smcl',
|
||||
smith = 'smith',
|
||||
smt = 'smith',
|
||||
smithy = 'smithy',
|
||||
sml = 'sml',
|
||||
spt = 'snobol4',
|
||||
sno = 'snobol4',
|
||||
|
||||
Reference in New Issue
Block a user