priority -50
global !p
def x(snip):
if snip.ft.startswith("x"):
snip.rv = '/'
else:
snip.rv = ""
endglobal
snippet doctype "HTML - 5.0 (doctype)" b
endsnippet
snippet a "Link" w
${4:Anchor Text}
endsnippet
snippet abbr "" w
$1
endsnippet
snippet address "" w
$1
endsnippet
snippet article ""
${1:article content}
endsnippet
snippet aside "