Skip to content

Instantly share code, notes, and snippets.

@conversionfoundry
Created November 5, 2009 01:00
Show Gist options
  • Save conversionfoundry/226588 to your computer and use it in GitHub Desktop.
Save conversionfoundry/226588 to your computer and use it in GitHub Desktop.
TextMate snippet to underscore the current selection (HaveASandwich => have_a_sandwich)
${TM_SELECTED_TEXT/((\b[A-Z])|([A-Z]))/(?2:\l$2)(?3:_\l$3)/g}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment