Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivy/vim-ginkgo

Go syntax highlighting and snippets for Ginkgo specs and matchers.
https://github.com/ivy/vim-ginkgo

agouti ginkgo gomega syntax-highlighting vim

Last synced: 3 months ago
JSON representation

Go syntax highlighting and snippets for Ginkgo specs and matchers.

Awesome Lists containing this project

README

        

# vim-ginkgo

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

[rspec.vim]: https://github.com/keithbsmiley/rspec.vim

[![Example](https://github.com/ivy/vim-ginkgo/raw/master/example.png)](#usage)

## Installation

With [Vundle](https://github.com/gmarik/Vundle.vim), add this line to
your `~/.vimrc`:

```viml
Plugin 'ivy/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/ivy/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