Skip to content

Instantly share code, notes, and snippets.

@thadeu
Created October 24, 2016 17:30
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 thadeu/17422266d9df880361c67f7dcff1105c to your computer and use it in GitHub Desktop.
Save thadeu/17422266d9df880361c67f7dcff1105c to your computer and use it in GitHub Desktop.
User Snippets ERB - Visual Studio Code
{
"ERB Block": {
"prefix": "erb",
"body": [
"<%$1 %>"
],
"description": "Block Erb Tag"
},
"End Block": {
"prefix": "end",
"body": [
"<% end$1 %>"
],
"description": "End Erb Block"
},
"Render block": {
"prefix": "render",
"body": [
"<%= render '$1' %>"
],
"description": "Render Block"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment