-
Notifications
You must be signed in to change notification settings - Fork 343
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
Operators not getting face applied #503
Comments
Reproducing here too. May be caused by b53ba49. Probably the syntax table makes sense but it's a regression in terms of highlighting. |
Operators should be fontified. Fix #503.
@ankhers: Good catch! Thanks! The story of this is rather interesting one so let me share: Haskell operator characters used to be in Emacs symbol class, that was a mistake because 'emacs-symbol' is 'haskell-variable' or 'haskell-contructor' that is 'identifier'. Then there was a regexp setup to highlight _ as Note also that Note also that neither |
Meanwhile Agda has this: http://code.haskell.org/Agda/src/data/emacs-mode/agda2-highlight.el |
I've noticed recently that operators (
$
,*
,+
, etc) are no longer getting a face applied to them.In that screen shot, I expect
*
and+
to have the same colour as the=
and::
The text was updated successfully, but these errors were encountered: