Jenkinsfile VIM syntax highlighting
via https://ls3.io/post/jenkinsfile_vim_highlighting/
This commit is contained in:
parent
7c643c3780
commit
c36055f1c5
@ -108,3 +108,4 @@ let g:syntastic_always_populate_loc_list = 1
|
|||||||
let g:syntastic_auto_loc_list = 1
|
let g:syntastic_auto_loc_list = 1
|
||||||
let g:syntastic_check_on_open = 1
|
let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
|
au BufNewFile,BufRead Jenkinsfile setf groovy
|
||||||
|
Loading…
Reference in New Issue
Block a user