Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivy/vim-ginkgo
- Owner: ivy
- License: isc
- Created: 2014-09-28T23:38:30.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T02:51:17.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T00:23:07.526Z (almost 2 years ago)
- Topics: agouti, ginkgo, gomega, syntax-highlighting, vim
- Language: Vim script
- Homepage: https://github.com/ivy/vim-ginkgo
- Size: 34.2 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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