From c36055f1c5c640c4dbe52f4cbf231768041ff0cd Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Wed, 18 Sep 2019 12:44:09 +0200 Subject: [PATCH] Jenkinsfile VIM syntax highlighting via https://ls3.io/post/jenkinsfile_vim_highlighting/ --- dot_vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_vimrc b/dot_vimrc index 58aa7c1..4516962 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -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