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

Numbers incorrectly highlighting inside barewords #4

Closed
non opened this issue Nov 7, 2012 · 1 comment
Closed

Numbers incorrectly highlighting inside barewords #4

non opened this issue Nov 7, 2012 · 1 comment
Labels

Comments

@non
Copy link
Contributor

non commented Nov 7, 2012

Right now if you write something like:

bar22.foo

You'll see "22.f" highlighted as a number, which is wrong.

I fixed this by highlighting all barewords (i.e. symbolic or alpha identifiers not detected as a type or keyword) with a default font-fact, thereby preventing them from being highlighted another way.

@hvesalai
Copy link
Owner

hvesalai commented Nov 7, 2012

SethTisue: the interim fix for this is to comment out the two last lines of scala-mode-fontlock.el

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

No branches or pull requests

2 participants