Skip to content

Syntax highlighting ES6 methods #18

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

Closed
jsg2021 opened this issue Jan 5, 2015 · 13 comments
Closed

Syntax highlighting ES6 methods #18

jsg2021 opened this issue Jan 5, 2015 · 13 comments

Comments

@jsg2021
Copy link

jsg2021 commented Jan 5, 2015

:) It would super cool to have ES6 featuers highlighted.

var foo = {
    render() { // <-- the word render isn't highlighted
        return "";
    }
};

Here's a similar sublime issue: facebookarchive/sublime-react#28

@gaearon
Copy link

gaearon commented Feb 4, 2015

@Erid
Copy link

Erid commented Feb 12, 2015

+1

5 similar comments
@nelix
Copy link

nelix commented Feb 12, 2015

+1

@frederickfogerty
Copy link

+1

@roman01la
Copy link

+1

@zhangsoledad
Copy link

+1

@gyzerok
Copy link
Contributor

gyzerok commented Mar 13, 2015

+1

@orktes
Copy link
Owner

orktes commented Mar 15, 2015

Hi! After some thinking I decided that this should be implemented in https://github.com/atom/language-javascript . Seems that @gyzerok already added an issue. It can be tracked here atom/language-javascript#115 .

@jsg2021
Copy link
Author

jsg2021 commented Mar 17, 2015

awesome :)

@TechnoBerry
Copy link

You can just use my active supported repo https://github.com/AMalininHere/language-javascript-better as JavaScript highlighter:)

@orktes
Copy link
Owner

orktes commented Mar 25, 2015

That is true. Atom-react is build in a way that it extends the
enabled .source.js grammar.

On Wednesday, March 25, 2015, Alexey Malinin [email protected]
wrote:

You can just use my active supported repo
https://github.com/AMalininHere/language-javascript-better as JavaScript
highlighter:)


Reply to this email directly or view it on GitHub
#18 (comment).

Ystävällisin terveisin,
Jaakko Lukkari

@TechnoBerry
Copy link

I think that you can close this issue.
atom/language-javascript#134

@jsg2021
Copy link
Author

jsg2021 commented Apr 10, 2015

Thanks!

@jsg2021 jsg2021 closed this as completed Apr 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants