patchGNU nano - Patches: patch #6631, Objective-C Syntax Hightlighting...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6631: Objective-C Syntax Hightlighting file

Submitter:  Dave Lemonby <dreamlax>
Submitted:  Thu 11 Sep 2008 11:40:35 PM UTC
   
 
Priority:  5 - Normal Status:  Done
Privacy:  Public Assigned to:  astyanax
Open/Closed:  Closed Release:  None

Wed 01 Oct 2008 12:50:40 AM UTC, comment #1: 

This file was added in r4332 and will be in nano 2.1.6.  Thank you for the submission!

Chris Allegretta <astyanax>
Group administrator
Thu 11 Sep 2008 11:40:35 PM UTC, original submission:  

I've composed an Objective-C syntax highlighting file but due to the large use of square brackets in Objective-C it looks good only if you don't use Eastern Polish Christmas Tree notation.

It'll work nicely for this sort of code:

#import "SomeThing.h"
@implementation SomeThing
- (id) init
{
    if ((self = [super init]))
    {
        NSString *tempString = @"Hello World!";
        someArray = [NSMutableArray arrayWithCapacity:5];
        [someArray addObject:tempString];
    }
    return self;
}
@end

Probably will need a bit of a tidy up, I've made it accustom to my style of Objective-C coding.

Dave Lemonby <dreamlax>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #16467:  objc.nanorc added by dreamlax (2KiB - application/octet-stream - Objective-C syntax highlighting)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bens (Updated the item)
  • -email is unavailable- added by astyanax (Posted a comment)
  • -email is unavailable- added by dreamlax (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-02-21 bens Open/ClosedOpen Closed
    2008-10-01 astyanax StatusNone Done
        Assigned toNone astyanax
    2008-09-11 dreamlax Attached File- Added objc.nanorc, #16467

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code