mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:8.2.4715: Vagrantfile not recognized (#18052)
Problem: Vagrantfile not recognized.
Solution: Recognize Vagrantfile as ruby. (Julien Voisin, closes vim/vim#10119)
5e1792270a
This commit is contained in:
@@ -1061,6 +1061,7 @@ local filename = {
|
||||
Puppetfile = "ruby",
|
||||
[".irbrc"] = "ruby",
|
||||
irbrc = "ruby",
|
||||
Vagrantfile = "ruby",
|
||||
["smb.conf"] = "samba",
|
||||
screenrc = "screen",
|
||||
[".screenrc"] = "screen",
|
||||
|
||||
Reference in New Issue
Block a user