Skip to content
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

Syntax highlighting is temporarily broken after a nullable block parameter #14

Open
JosephPecoraro opened this issue Dec 3, 2016 · 2 comments

Comments

@JosephPecoraro
Copy link

Syntax highlighting is temporarily broken after a nullable block parameter:

@interface B
- (void)method:(nullable void (^)(NSString *string))x;
- (BOOL)brokenHighlight;
- (BOOL)correctHighlight;
@end

GitHub appears to also have this issue!

@sorbits
Copy link
Member

sorbits commented Dec 3, 2016

This sounds like a duplicate of #13!?!

@JosephPecoraro
Copy link
Author

#13 is just about highlighting the keywords themselves.
#14 is about handing the keywords correctly in the grammar to avoid broken highlighting of other code.

I got the sense that they would be two quite different code changes, but you could treat them the same if you think they are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants