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

[Haskell] "&" does not get highlighted #214

Closed
AllanZyne opened this issue Feb 26, 2016 · 4 comments · Fixed by #2225
Closed

[Haskell] "&" does not get highlighted #214

AllanZyne opened this issue Feb 26, 2016 · 4 comments · Fixed by #2225
Labels
help wanted T: bug A bug in an existing language feature

Comments

@AllanZyne
Copy link

d8476d38-f973-455c-8c73-dc79f7552718

and

rtx

scope meta.function.type-declaration.haskell is wrong

@AllanZyne
Copy link
Author

I think we may match operactors in this way: [^\w\s_\(\)\[\]"',:{}]+`

@wbond
Copy link
Member

wbond commented Feb 26, 2016

Is the & considered part of the same token as ==>?

For example 2, what scope should that token receive?

@AllanZyne
Copy link
Author

Yes, I use code from this tutorial.

In example 2, I think that token could be "function parameter", but it can't be in "type-declaration".

BTW: I'm just a Haskell beginner...

@wbond wbond added T: bug A bug in an existing language feature help wanted labels Apr 28, 2016
@jrappen
Copy link
Contributor

jrappen commented Feb 17, 2020

@AllanZyne The Haskell syntax is currently being rewritten in #2225. Maybe test that and give feedback there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted T: bug A bug in an existing language feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants