added highlighting for vapoursynth scripts in vim

This commit is contained in:
kageru 2019-02-12 19:32:49 +01:00
parent 578e336d5f
commit 6e604ed2eb

1
.vimrc
View File

@ -22,6 +22,7 @@ Plugin 'Valloric/YouCompleteMe'
call vundle#end() " required
"set rtp+=~/code/tabnine-vim
filetype plugin on
autocmd BufNewFile,BufRead *.vpy setfiletype python
set number