snippet token_desc options head token{ ${0:TARGET} } snippet left options head { ${0:TARGET} } snippet grammar options head grammar{ E<${1}> : [${2}] ${3} ; } # vim: noexpandtab :