Skip to content

Instantly share code, notes, and snippets.

@ramses-lopez
Created March 14, 2023 14:40
Show Gist options
  • Save ramses-lopez/b0c0e1175575087d79554269f772bffc to your computer and use it in GitHub Desktop.
Save ramses-lopez/b0c0e1175575087d79554269f772bffc to your computer and use it in GitHub Desktop.
VS Code Snippets - erb
"Interpolate ruby": {
"prefix": "ir",
"body": [
"<%= $1 %>"
],
"description": "Interpolate"
},
"Insert bracket pair ruby": {
"prefix": "irp",
"body": [
"<% $1 %>\n<% end %>"
],
"description": "Bracket pair"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment