Skip to content

Instantly share code, notes, and snippets.

@adambair
Created December 29, 2008 04:45
Show Gist options
  • Save adambair/41179 to your computer and use it in GitHub Desktop.
Save adambair/41179 to your computer and use it in GitHub Desktop.
syn match rspecDescribe "^\W*describe\W"
syn match rspecIt "^\W*it\W"
hi def link rspecDescribe Define
hi def link rspecIt Define
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment