Closed maxmellen closed 6 years ago
:heart: :green_heart: :blue_heart: :yellow_heart: :purple_heart:
I think that this still requires some work @maxmellen and @josevalim.
For example:
It's unfortunate that the same syntax token (leading underscore) is used for different concepts, but the result is that distinguishing between them with simple regular expressions is difficult and error prone. At the cost of being annoying: can we roll this back again, please?
If not I can just edit my colour scheme to treat this token as normal code or fork this repo. I just think that as it is it's objectively less than ideal.
Hi there 👋
Issue
This PR aims to add special highlighting to unused / wildcard variables to the TmBundle while addressing the issues in https://github.com/elixir-editors/elixir-tmbundle/pull/143#issuecomment-366473871.
Before applying this PR
After applying #143 (shown to make raised issues apparent)
After applying this PR
Code used in the screenshots
Best 🤗