Skip to content

Instantly share code, notes, and snippets.

@JonRowe
Forked from technicalpickles/ruby.vim
Created May 19, 2011 12:52
Show Gist options
  • Save JonRowe/980679 to your computer and use it in GitHub Desktop.
Save JonRowe/980679 to your computer and use it in GitHub Desktop.
if expand('%') =~# '_spec\.rb$'
syn keyword rubyRspec describe context it specify it_should_behave_like before after setup subject its shared_examples_for shared_context let
endif
hi def link rubyRspec Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment