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

Syntax Highlight #77

Closed
ghost opened this issue Jul 11, 2019 · 3 comments
Closed

Syntax Highlight #77

ghost opened this issue Jul 11, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 11, 2019

I'm using this mode with the default Emacs theme and it doesn't highlight variables when performing assignments. Is this behavior intended?

For example:
x = 2

Shouldn't x have be highlighted?

@tpapp
Copy link
Collaborator

tpapp commented Oct 3, 2019

I don't think that this is intended to be highlighted. A good starting point for code for highlighting is here, and there is no regex for variable assignments, only for short-form function definitions like f(x) = x + 1.

I checked ESS's Julia mode, and it does not highlight assignments either.

@non-Jedi
Copy link
Contributor

Duplicate of #2. Can be closed.

@tpapp
Copy link
Collaborator

tpapp commented Dec 25, 2019

Closing this as a duplicate.

@tpapp tpapp closed this as completed Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants