Skip to content

Instantly share code, notes, and snippets.

@tgodfrey
Last active December 26, 2018 20:58
Show Gist options
  • Save tgodfrey/92b8a2d6325b644ecad4166c73b16d2e to your computer and use it in GitHub Desktop.
Save tgodfrey/92b8a2d6325b644ecad4166c73b16d2e to your computer and use it in GitHub Desktop.
=>(\S) with => $1
([^<\s])=> with $1 =>
(?<!:):([\w\d_]+)(\s*)=> with $1:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment