-
Notifications
You must be signed in to change notification settings - Fork 113
Objective-C Scanner #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Since I didn't start this one yet, let's push it to 1.2. |
Hi! I need this. What do you need to get rolling? |
More free time ;-) And example code, lots of crazy syntax examples. |
I have a few Objective-C books I may be able to pull examples from. |
I have more than few projects to pull code from. Josef Salyer
|
Cool. Checkout the https://github.com/rubychan/coderay-scanner-tests repo. |
I forked it and checked it out. Is there a particular git workflow that I On Fri, Jul 26, 2013 at 5:31 PM, Nathan Youngman
|
You'll need to create an objective-c folder with some .in.m files, just take a peek at how the other languages do it. I'm pretty sure there is a rake test to do some setup for you, but I don't remember off-hand. Feature branch + pull request would be grande. |
The easiest way should be to check out the CodeRay repo and just run |
I'd like to start working on this one. |
Yes.
Only what's in this PR, afaik. |
Ok, thanks. |
Good idea. I guess for some things you need nested states or multiple state variables. Other scanners should give you lots of examples how to approach this, but I found using a new method optimized for each language to be the best way. |
Ok, thanks. I'll definitely ask here when I reach that stage. |
From: http://odd-eyed-code.org/issues/32
Tony Arnold asked for an Objective-C Scanner.
"Objective-C support would be great in CodeRay (and therefore Redmine). I haven't really looked at how CodeRay works (I'm not a Ruby developer), but is it possible to provide highlighting for Cocoa classes in addition to language syntax and keywords? See http://coderay.rubychan.de/rays/show/6332 for an example of "Cocoa heavy" Objective-C." @danthorpe
"Sure! A list of all the built-in names would be great. Objective-C is becoming more popular, and I'm a little familiar with it. You can speed up the work by collecting more (public domain or LGPL) example code." - @korny
The text was updated successfully, but these errors were encountered: