So today I learned that Vim opens zip files for viewing and modification in an interface very similar to the directory browser.
Is there a way to open .love files accordingly? I tried setting the filetype:
vim red-pill.love -c "set filetype=zip"
...but no luck. It opens as a binary file.