• Stars
    star
    168
  • Rank 225,507 (Top 5 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Jenkinsfile DSL vim syntax

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.