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

[JavaScript] Problem with = function syntax highlighting #153

Closed
ahwayakchih opened this issue Feb 10, 2016 · 1 comment · Fixed by jonschlinkert/sublime-monokai-extended#64

Comments

@ahwayakchih
Copy link

= character is incorrectly highlighted when used in variable = function expression scenario:

screenshot from 2016-02-10 17 23 53

var t2 = function test () {};
var t3 = () => 1;

Please notice how = is getting the same color as a function and variable names when using function f () syntax, but stays white when using new () => ("arrow function") syntax. I believe it should stay white in both cases.

(issue extracted from #141)

ahwayakchih added a commit to ahwayakchih/sublime-monokai-extended that referenced this issue Feb 11, 2016
@ahwayakchih
Copy link
Author

Found out it was a problem with theme file.

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

Successfully merging a pull request may close this issue.

1 participant