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']}