Hi!
I am trying to adapt Leo for my project, most code of which is written
in Objective-C. And it makes some difficulties. Objective-C syntax
uses @ symbol all the time, for example:

@interface Application: NSObject
@end

@implementation Application
- (void) init {
    NSLog("Hello world");
}
@end

and it starts at the begining of line, so those keywords (@interface,
@end, etc) are not highlighted properly. When I place any symbol in
front of @ but whitespace it is highlighted ok, but the code becomes
incorrect.
Is there any solution to interpret those symbols as keywords but not
as Leo commands?

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to