# -*- mode: snippet -*- # key: enum # contributor: Translated from TextMate Snippet # name: Enumeration # -- enum ${1:name} { $0 };