Atom plugin for JS/ES6/JSX identifier highlighting. Heavily inspired by WebStorm's code highlight and inspection.
Currently code is parsed in strict mode, meaning that if there's an error in the code, it won't be parsed and highlighted. I'm not convinced that parsing should to be done in loose mode and would advise to use eslint instead to spot and fix errors.
Please report any issues.
Pull requests are welcome!
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.