Skip to content

Instantly share code, notes, and snippets.

@chenxsan
Last active July 26, 2016 06:26
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 chenxsan/75b4f8ab4e501e0fdced9807cfc6a9ba to your computer and use it in GitHub Desktop.
Save chenxsan/75b4f8ab4e501e0fdced9807cfc6a9ba to your computer and use it in GitHub Desktop.
Hugo highlighting snippet for VSCode
{
"Insert highlighting block": {
"prefix": "highlight",
"body": [
"{{< highlight ${language: Enter the language type} >}}",
"\t${code: Enter code}",
"{{< /highlight >}}"
],
"description": "Hugo highlighting block"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment