New: Highlighted "@typedef" in VIM.

"@typedef" should be highlighted since #2254.
This commit is contained in:
kevin-xu
2014-12-08 22:00:02 +08:00
parent b2557c38dd
commit 4ebb2baf06
+1
View File
@@ -68,6 +68,7 @@ syn match objjImported display contained "<[-_0-9a-zA-Z.\/]*>"
syn match objjImport display "^\s*\(%:\|#\|@\)\s*import\>\s*["<]" contains=objjImported
" Match the important ObjJ directives
syn match objjDirective "@typedef"
syn match objjDirective "@interface\|@implementation\|@protocol\|@end"
syn match objjScopeDecl "@public\|@protected\|@private\|@package"
syn match objjScopeDecl "@required\|@optional"