From 4f627e6b9f9eccad9c604519ec90a8bdea02808e Mon Sep 17 00:00:00 2001 From: Douglas Date: Tue, 14 Apr 2020 19:14:58 +0200 Subject: [PATCH] added ejs.vim file --- ftplugin/ejs.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/ejs.vim diff --git a/ftplugin/ejs.vim b/ftplugin/ejs.vim new file mode 100644 index 0000000..2349259 --- /dev/null +++ b/ftplugin/ejs.vim @@ -0,0 +1,5 @@ +runtime! ftplugin/html.vim + +"add this to your vimrc +"this is using vim-plug as your plugin manager +" Plug 'gregsexton/matchtag', {'for': ['embedded/javascript']}