diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 11:52:54 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 11:52:54 +0200 |
commit | 93e3f020a9637b3df9109348cef5fcc3e0bbda43 (patch) | |
tree | 19c6ad241f33729e4e9029a15420469df8c8de39 /ftdetect/polyglot.vim | |
parent | 81ccd020323492a2ca471e561ff7c794dbfc5d8f (diff) | |
download | vim-polyglot-2.8.0.tar.gz vim-polyglot-2.8.0.zip |
Rename jade to pugv2.8.0
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 6de33bd0..3866d907 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -357,7 +357,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'powershell') == au BufNewFile,BufRead *.ps1xml set ft=ps1xml endif -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jade') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pug') == -1 autocmd BufNewFile,BufReadPost *.pug set filetype=pug autocmd BufNewFile,BufReadPost *.jade set filetype=pug |