From 10e7eff1e45a20ebc54ae33b6e502ab2fe50d6f5 Mon Sep 17 00:00:00 2001 From: Vitaly Kushner Date: Sun, 15 Aug 2021 14:51:56 +0200 Subject: [PATCH] brewfile filetype (inherit from ruby) --- ftplugin/brewfile.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ftplugin/brewfile.vim diff --git a/ftplugin/brewfile.vim b/ftplugin/brewfile.vim new file mode 100644 index 000000000..55d11fa63 --- /dev/null +++ b/ftplugin/brewfile.vim @@ -0,0 +1,6 @@ +if polyglot#init#is_disabled(expand(':p'), 'brewfile', 'ftplugin/brewfile.vim') + finish +endif + +" Load ruby filetype plugin +runtime! ftplugin/ruby.vim