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












                                                                            

                          
     
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

setlocal suffixesadd+=.vue

endif