Closed npezza93 closed 5 years ago
Thanks @npezza93 - reproduced on macOS 10.14.6 with 1.42.0-nightly1:
I've opened https://github.com/atom/language-ruby/pull/271 to fix this issue.
This is now fixed on Atom's master branch, and it will be available in on the Atom Nightly channel tomorrow.
Thanks for the bug report, @npezza93. :bow: Also, I see on your profile that you're in Durham. :wave: Hello from another Atom+Ruby fan in Durham! Small world. 😄
Awesome, thanks @jasonrudolph! Nice to meet another fellow Durham+Atom+Rubyist! 👋
Prerequisites
Description
Symbol literals have the
syntax--constant syntax--other
classes attached to them and are thus highlighted as constants which is incorrect. They should be highlighted like symbols and havesyntax--constant syntax--other syntax--symbol
classes.Steps to Reproduce
thing
on the first two lines are a different color than the lastthing
instance.Expected behavior:
All instances of
thing
should be the same color.Actual behavior:
They are a different color.
Reproduces how often:
100%
Versions
macOS Mojave atom 1.42.0-nightly0