set number syntax match Define "\<[A-Z][A-Z0-9_]*\>" syntax match Todo "\/\/ @[A-Z]*\:.*$" " syntax match cType "struct\s+[A-Za-z0-9_]+\>" " syn clear cStructure " highlight! link defines Special