Last active
January 23, 2018 21:56
-
-
Save Nikolasgrizli/13816855947c0ba5124432ae29e91c0b to your computer and use it in GitHub Desktop.
https://gist.github.com/akella/9757676 snippets ported for vscode HAML
This file contains 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
{ | |
"Block (with comment HAML)": { | |
"prefix": ".", | |
"body": [ | |
"/ begin ${1}", | |
".${1}", | |
"\t${2}", | |
"/ end ${1}" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment