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

Extension Tagged Template Grammars unable to load grammar in Atom 1.25.0 -Beta0 #483

Closed gandm closed 6 years ago

gandm commented 6 years ago

Atom seems to have changed the loadGrammar API. Used to return (err) or (err=null, grammar) but now returns (err) or (grammar)

I have reported here https://github.com/atom/atom/issues/16733

captbaritone commented 6 years ago

Looks like this got closed yesterday: https://github.com/atom/atom/commit/30e1233b11d335313dcde995020f0bf6e535fdc7

gandm commented 6 years ago

@captbaritone Yes but still not published.