append (105B)
1 # -*- mode: snippet -*- 2 # name: for append 3 # key: append 4 # contributor : @atotto 5 # -- 6 $1 = append($1, $0)