-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
symbol-highlight not working on words terminating with an apostrophe #3528
Comments
Reproduced here. It's a bug because either:
|
👋 codetriage time Is this still an issue? If so how should we proceed? |
Well I suppose that's a bug to fix in the ahs package which is quite an old package, not sure there is a maintainer for it. |
I suppose we are talking about Haskell here ? |
The original bug is not I could try again and see if it is still an issue with the latest version. |
Note that in haskell-mode we try really hard to put symbol constituent property on apostrophes that are symbol constituent, so inside or at the end of an identifier. What regexp does ahs use to find symbols? |
I'm not sure why this doesn't use |
So if there is somebody willing to customize ahs for Haskell all the info needed is in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
symbol-highlight
does not seem to work on words terminating with a'
(like foo').How to reproduce it:
On a scratch buffer (or anywhere else):
automatic-symbol-highlight
(SPC tha
)foo'
,*
on one of them =>symbol-highlight
has zero match.System Info
Could be related with #2706
The text was updated successfully, but these errors were encountered: