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

Babel ES6 JavaScript Grammar #499

Closed 9585999 closed 6 years ago

9585999 commented 6 years ago

Babel ES6 JavaScript Grammar not work with .js files.

img 2018-05-10 20 53 50 img 2018-05-10 20 59 19

gandm commented 6 years ago

I'm guessing that you have tree-sitter turned on. See https://github.com/gandm/language-babel/issues/491 and see if that helps.

9585999 commented 6 years ago

@gandm You were absolutely right! Many thanks! For a week I suffered and could not understand what was happening :)

gandm commented 6 years ago

Glad that fixed it for you.