gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

Followup on #389: bind operator still sometimes appears incorrectly #390

Closed robertrossmann closed 7 years ago

robertrossmann commented 7 years ago

Hello! This is a follow-up on a previous issue #389. I closed the ticket as I saw the bind operator appear correctly in most places - however, today I stumbled upon another situation where the bind operator still appears incorrectly. Screenshots follow.

bind-operator-wrong

Inserting a semicolon after the first line fixes the highlight:

bind-operator-fixed

Thanks for looking into this!

gandm commented 7 years ago

Fixed in 2.67.2 Shame this is still a Stage 0 proposal. Wish they used another character pair - colons appear everywhere in JS!

robertrossmann commented 7 years ago

Heh, yeah! Thanks, I scanned my codez and the bind operator looks awesome everywhere now! 🍻