mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
8 lines
119 B
Objective-C
8 lines
119 B
Objective-C
#import "SyntaxMate.h"
|
|
|
|
/*
|
|
* Primitive syntax highlighter.
|
|
*/
|
|
@interface SyntaxMateImpl : NSObject <SyntaxMate>
|
|
@end
|