joshpeng / Sublime-Babel-VSCode

Sublime Text's babel-sublime grammar in VS Code.
MIT License
49 stars 17 forks source link

Not unique enough tokens for function scenario #1

Closed joshpeng closed 7 years ago

joshpeng commented 7 years ago

Discovered in One Dark's #2 token The "someMethod" should be blue, but it is red because it uses the exact same token as the "React" below. Sublime Babel would need to somehow add a new unique tokenization for "someMethod" to differentiate it from the React items.