Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 838 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 838 Bytes

vim-ginkgo

vim-ginkgo provides enhanced syntax highlighting for Ginkgo and its related projects (Gomega and Agouti). Based on rspec.vim.

Example

Installation

With Vundle, add this line to your ~/.vimrc:

Plugin 'gevans/vim-ginkgo'

And then launch vim and run :PluginInstall.

Usage

By default, syntax highlighting is applied to all *_test.go files.

Contributing

  1. Fork it (https://github.com/gevans/vim-ginkgo/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request