-
Notifications
You must be signed in to change notification settings - Fork 17
Added fixes mentioned in previous PR #8
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
Conversation
I see that for library keywords it is still using On second thought I think it's not a big deal. If you are not working on it, then I think I can go merge this, after making some changes to the credits and readme files. |
Oh sorry it was a misunderstanding I can easily change that, I thought you |
Will fix library keyword and make a new PR |
Oops.. sorry for the confusion. As I said it's fine if you don't want to change it. |
No problem, I definitely want to change it I just misunderstood what you On Thu, Feb 26, 2015 at 9:33 AM, Sudar Muthu notifications@github.com
Thanks, |
I am not sure what you mean by changing 'keyword' to something like 'libraryKeyword' I could find any examples of how to disable parts of a syntax file... Probably something to add to the TODO of the vim plugin, which should be capable of partial highlighting. In this case we should just merge this since we cannot achieve partial highlighting without making a plugin (I think). So I will begin work on the plugin and keep you updated. For now I am going to try and make it duplicate the functionality of this syntax file, once there we can expand and make it an amazing plugin. |
Please merge this. |
As I said over Google Hangout, ignore my previous comment. Give me a day or two, I will just test this once in my setup and will merge it. Thanks for all the effort you have put in this project. |
OK sounds good! |
@z3t0 Thanks. I just merged it. |
@sudar Happy I could help! |
This PR appears to have been completely borked? Just used and I'm getting syntax errors starting on line 265 every time I load an .ino file. I don't know jack about creating syntax files, but it appears the lines should all be at least: |
syn keyword GSMModem | ||
syn keyword GSMScanner | ||
syn keyword arduinoConstant GSMPIN | ||
syn keyword |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is clearly broken =(
This is still Arduino 1.0 but is labelled as latest for now (will be renamed later)