barboza / vim-cucumber-string-highlight

Highlights strings in cucumber scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#vim-cucumber-string-highlight

A simpe plugin for highlighting string in cucumber scenarios.

Installation

If you use Vundle, add the following line to your ~/.vimrc:

Plugin 'barboza/vim-cucumber-string-highlight'

Then run inside Vim:

:so ~/.vimrc
:PluginInstall

If you use Pathogen, do this:

cd ~/.vim/bundle
git clone https://github.com/barboza/vim-cucumber-string-highlight.git

To use it without any plugin manager, just copy the after folder to your ~/.vim folder.

git clone https://github.com/barboza/vim-cucumber-string-highlight.git
cd vim-cucumber-syntax-highlight
cp after ~/.vim/

About

Highlights strings in cucumber scenarios

License:MIT License


Languages

Language:Vim Script 100.0%