Skip to content

kevinhalliday/Jenkinsfile-vim-syntax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkinsfile-vim-syntax

A plugin that enables Jenkins DSL job syntax coloring + indentation. This project was forked from this repository, the syntax highlighting I originally used for Jenkinsfile. This project differs from its parent repository in its method of highlighting. The original project highlighted on keyword alone. This project highlights based on keyword and depth in the nested pipeline structure. In this implementation, all keywords in the same level of the nested structure are highlighted in the same manner.

Installation

Install using your favorite vim plugin manager. Below I use vim-plug as an example.

call plug#begin('~/.vim/plugged')

Plug 'khalliday7/Jenkinsfile-vim-syntax'

call plug#end()

About

Jenkinsfile DSL vim syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 100.0%