Last active
December 26, 2018 20:58
-
-
Save tgodfrey/92b8a2d6325b644ecad4166c73b16d2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=>(\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