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:
Christian Clason
2022-04-09 11:19:18 +02:00
committed by GitHub
parent b259426a25
commit 8055f9857b
3 changed files with 5 additions and 1 deletions

View File

@@ -1061,6 +1061,7 @@ local filename = {
Puppetfile = "ruby",
[".irbrc"] = "ruby",
irbrc = "ruby",
Vagrantfile = "ruby",
["smb.conf"] = "samba",
screenrc = "screen",
[".screenrc"] = "screen",