Add jenkinsfile syntax supports, closes #225

This commit is contained in:
Adam Stankiewicz
2017-09-27 20:46:39 +02:00
parent 5b77877888
commit 6a12aa87f4
5 changed files with 43 additions and 0 deletions

5
indent/Jenkinsfile.vim Normal file
View File

@@ -0,0 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jenkins') == -1
runtime indent/groovy.vim
endif