mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
New: Highlighted "@typedef" in VIM.
"@typedef" should be highlighted since #2254.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user