diff options
| author | Hugo Rivera <6373447+roguh@users.noreply.github.com> | 2018-02-19 09:44:35 -0700 |
|---|---|---|
| committer | Hugo Rivera <6373447+roguh@users.noreply.github.com> | 2018-02-27 21:42:24 -0700 |
| commit | 20b08937c597f11b3facb1c8639d9d635cfdcf91 (patch) | |
| tree | a82ccac2e6fad1c2138c5bba6f5d62f4f19811d9 | |
| parent | 70dd3140bbb664bba5852c0c3fe6bae92c484f7b (diff) | |
| download | vis-20b08937c597f11b3facb1c8639d9d635cfdcf91.tar.gz vis-20b08937c597f11b3facb1c8639d9d635cfdcf91.tar.xz | |
Add ^Vagrantfile$ as a Ruby file extension
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 6b622e7..28ac101 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -322,7 +322,7 @@ vis.ftdetect.filetypes = { ext = { "%.R$", "%.Rout$", "%.Rhistory$", "%.Rt$", "Rout.save", "Rout.fail" }, }, ruby = { - ext = { "%.Rakefile$", "%.rake$", "%.rb$", "%.rbw$" }, + ext = { "%.Rakefile$", "%.rake$", "%.rb$", "%.rbw$", "^Vagrantfile$" }, mime = { "text/x-ruby" }, }, rust = { |
