Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Integralist
Last active November 20, 2020 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Integralist/7e6342f53056257d375a8f525120802b to your computer and use it in GitHub Desktop.
Save Integralist/7e6342f53056257d375a8f525120802b to your computer and use it in GitHub Desktop.
[Google Doc Code Syntax] #google #doc #code #syntax #brew #highlight
brew install highlight

Now copy some code to your clipboard, followed by running:

pbpaste | highlight --syntax=go -O rtf | pbcopy

Note: don't 'copy' the above bash code, manually type it, otherwise you'll end up trying to syntax highlight the line of bash! lulz on me for doing exactly that 🤦

Now paste your clipboard into your Google doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment