brewfile filetype (inherit from ruby)

This commit is contained in:
Vitaly Kushner
2021-08-15 14:51:56 +02:00
parent ce31cd1d2f
commit 10e7eff1e4

6
ftplugin/brewfile.vim Normal file
View File

@@ -0,0 +1,6 @@
if polyglot#init#is_disabled(expand('<sfile>:p'), 'brewfile', 'ftplugin/brewfile.vim')
finish
endif
" Load ruby filetype plugin
runtime! ftplugin/ruby.vim