Typedef.sublime-snippet (271B)
1 <snippet> 2 <description>Typedef</description> 3 <content><![CDATA[typedef ${1:int} ${2:MyCustomType};]]></content> 4 <tabTrigger>td</tabTrigger> 5 <scope>(source.c | source.objc | source.c++ | source.objc++) - meta.preprocessor.include - comment - string</scope> 6 </snippet>