Skip to content

Instantly share code, notes, and snippets.

@juandinella
Created January 24, 2017 22:54
Show Gist options
  • Save juandinella/c62cf61c93109c45e058bfbdfa89bad7 to your computer and use it in GitHub Desktop.
Save juandinella/c62cf61c93109c45e058bfbdfa89bad7 to your computer and use it in GitHub Desktop.
'.source.pug':
'link':
'prefix': 'a'
'body': 'a$1(href="$2", title="$3")$4'
'img':
'prefix': 'img'
'body': 'img$1(src="$2", alt="$3")$4'
'form':
'prefix': 'form'
'body': 'form$1(method="$2", action="$3")$4'
'input':
'prefix': 'input'
'body': 'input$1(type="$2", placeholder="$3")$4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment