Skip to content

Instantly share code, notes, and snippets.

@chris-kobrzak
Created April 15, 2026 09:23
Show Gist options
  • Select an option

  • Save chris-kobrzak/e386bbdc4e40bd0b6655950eacd59887 to your computer and use it in GitHub Desktop.

Select an option

Save chris-kobrzak/e386bbdc4e40bd0b6655950eacd59887 to your computer and use it in GitHub Desktop.
Wrap PascalCase words in backticks to highlight them in Markdown
:%s/\(\u\l\+\)\{2,\}/`&`/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment