Skip to content

Instantly share code, notes, and snippets.

@melzreal
Created December 15, 2021 19:55
Show Gist options
  • Save melzreal/afb91225fe742b435002c4b7d348aacb to your computer and use it in GitHub Desktop.
Save melzreal/afb91225fe742b435002c4b7d348aacb to your computer and use it in GitHub Desktop.
"Snowcone" : {
"prefix": "snowcone",
"body": [
"<% $1 %>"
],
"description": "Inserts erb snowcones."
},
"Squid" : {
"prefix": "squid",
"body": [
"<%= $1 %>"
],
"description": "Inserts erb squid"
},
"ERB Comment" : {
"prefix": "cmmt",
"body": [
"<%# $1 %>"
],
"description": "Inserts an erb comment marker"
},
"Django tags" : {
"prefix": "djai",
"body": [
"{% %}"
],
"description": "Insert a django tag"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment