summaryrefslogblamecommitdiffstats
path: root/ftplugin/vue.vim
blob: 9b4ec9b1316b0b16d56ba51ac22dfdfab94c66ae (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                            
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vue') == -1
  
" Vim filetype plugin
" Language: Vue.js
" Maintainer: Eduardo San Martin Morote
" Author: Adriaan Zonnenberg

if exists("b:did_ftplugin")
  finish
endif

runtime! ftplugin/html.vim

endif