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 mis-highlights function parameter type #47

Open
derekwyatt opened this issue Dec 29, 2013 · 0 comments
Open

Syntax mis-highlights function parameter type #47

derekwyatt opened this issue Dec 29, 2013 · 0 comments

Comments

@derekwyatt
Copy link
Owner

image

The default value for parameter f is mis-highlighted.

This is caused by a royal PITA. The brackets aren't actually set up as a region. If they were, then I could say that => follows that region and keep things to the scope of types. But, I can only have one region defined that begins as (, and that causes problems. I could use a match but you can't easily (or at all?) have matches contain the same matches recursively, like you would with regions. I could go on... but it's easier to sum it up as a PITA.

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

1 participant