tacahiroy / Jenkinsfile-vim-syntax

Jenkinsfile DSL vim syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkinsfile-vim-syntax

A plugin that enables Jenkins DSL job syntax coloring + indentation.

Under the hood

Simply recognises your project's Jenkinsfile as a Groovy script. See this Jenkins documentation for details.

Installation

Installing the plugin's easy. First, make sure you've got pathogen installed. Then, just clone this repo:

git clone https://github.com/martinda/Jenkinsfile-vim-syntax.git ~/.vim/bundle/Jenkinsfile-vim-syntax

Then fire up Vim and you're good to go.

Alternatively, this is included in the vim-polyglot package, though polyglot may lag behind this repo by a version or two.

About

Jenkinsfile DSL vim syntax

License:MIT License


Languages

Language:Vim Script 100.0%