Skip to content

Instantly share code, notes, and snippets.

View lesliecrosby's full-sized avatar

Leslie R Crosby lesliecrosby

  • Hunt, Gather
  • Austin, TX
View GitHub Profile
@zeshanshani
zeshanshani / html.json
Last active September 21, 2020 12:44
Expand PHP conditionals in HTML in VS Code.
{
// ECHO
"PHP Echo Tag": {
"prefix": "echo",
"body": [
"<?php echo ${1:\\$var}; ?>"
],
"description": "Expand \"echo\" into PHP echo block"
},