nvim: Jenkinsfile syntax (groovy)
This commit is contained in:
parent
258c0ed573
commit
644ffc3d18
@ -73,3 +73,6 @@ autocmd OptionSet guicursor noautocmd set guicursor=
|
||||
if !has('nvim')
|
||||
set pastetoggle=<F3>
|
||||
endif
|
||||
|
||||
" associate Jenkinsfile with groovy syntax
|
||||
autocmd BufNewFile,BufRead Jenkinsfile set filetype=groovy
|
||||
|
Loading…
x
Reference in New Issue
Block a user