Jenkinsfile VIM syntax highlighting

via https://ls3.io/post/jenkinsfile_vim_highlighting/
This commit is contained in:
Morgan Wattiez 2019-09-18 12:44:09 +02:00
parent 7c643c3780
commit c36055f1c5

View File

@ -108,3 +108,4 @@ let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
au BufNewFile,BufRead Jenkinsfile setf groovy