summaryrefslogtreecommitdiff
path: root/tests/examplefiles/objc_example.m
Commit message (Collapse)AuthorAgeFilesLines
* Consolidated Objective-C example files and fixed syntaxGaurav Jain2014-04-241-19/+163
| | | | Merged the 2 objective-C example files. The file now has a completely valid syntax as checked with clang -fsyntax-only. It tests numerous aspects of Objective-C syntax.
* Add function signature to example fileGaurav Jain2014-04-111-0/+3
| | | | Parameters should be correctly identified even with a space between the type and the name.
* merge with bitbucket.org/christian/pygments-main, pull request #171Georg Brandl2013-05-191-1/+1
|\
* | Update Objective-C lexer and tests with NSArray, NSDictionary, and NSNumber ↵Christian Eager2013-02-201-0/+7
|/ | | | literals
* Recognize methods in the ObjC lexer (#638).Georg Brandl2011-06-181-0/+14
|
* Bring Objective C lexer up to date with 2.0 featuresthatch2008-08-131-0/+11
(properties and so-called "fast enumerations")