1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
snippet token_desc options head <token_desc> token{ ${0:TARGET} } snippet left options head <left>{ ${0:TARGET} } snippet grammar options head <grammar> grammar{ E<${1}> : [${2}] ${3} ; } # vim: noexpandtab :