Skip to content

Instantly share code, notes, and snippets.

@zadeviggers
Created June 8, 2022 05:50
Show Gist options
  • Save zadeviggers/8df7d2ab7242f23e1f40d733c92a380d to your computer and use it in GitHub Desktop.
Save zadeviggers/8df7d2ab7242f23e1f40d733c92a380d to your computer and use it in GitHub Desktop.
Add this to your vscode json configuration file when using the better jinja extention (samuelcolvin.jinjahtml) to get emmet snippet support.
{
"emmet.includeLanguages": {
"jinja-html": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment