Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save smmcdonald/64e041c7112d78db727f0be469a5ac38 to your computer and use it in GitHub Desktop.

Select an option

Save smmcdonald/64e041c7112d78db727f0be469a5ac38 to your computer and use it in GitHub Desktop.
Regex for finding Git merge conflicts in Sublime 2
(?s)(<<<<<<< HEAD)(.*?)(\=\=\=\=\=\=\=)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment