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

Emphasize coffeeInterpDelim for more distinction from String #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

summivox
Copy link

@summivox summivox commented Nov 7, 2012

link coffeeInterpDelim to Operator instead of PreProc. In this way it's more likely to be colored differently from String in a variety of color schemes.

Edit: Rationale: "abc #{ expr } def" is just 'abc' + expr + 'def', so#{ and } are actually "+ and +", which look like operators to me. Normally String and Operator are contrasted, since string concatenation is frequent.

`coffeeInterpDelim` now links to `Operator` instead of `PreProc`. In this way it's more likely to be colored differently from `String` in a variety of color schemes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant