if == If Block
ifelse == If / Else Block
elseif == Else If Block
for == For Loop
fori == For i Loop
while == While Loop
do == Do While Loop
switch == Switch Block
case == Case Block
else == Else Block
enum == Enum Definition
struct == Struct Definition
union == Union Definition
typedef == Type Definition
printf == Printf() Call
pm == #Pragma Mark
pim == #Import Statement (System)
pimf == #Import Statement (Framework)
pin == #Include Statement
pins == #Include Statement (System)
pif == #If Block
pifd == #Ifdef Block
pife == #If / Else Block
pifde = #Ifdef / Else Block
pifz == #If 0 Block
copyright == Copyright Comment
comment == Comment Selection
cseparator == Separator Comment