Created
June 8, 2022 05:50
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emmet.includeLanguages": { | |
"jinja-html": "html" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment