atom / language-javascript

JavaScript language package for Atom
Other
194 stars 236 forks source link

Allow JS snippets to be used in Flow files #651

Closed nathansobo closed 5 years ago

nathansobo commented 5 years ago

Fixes https://github.com/atom/language-typescript/issues/29

Flow files are actually handled by language-typescript, but the JS snippets should all be applicable in that context. To address this, I add .source.flow to the selector for the JS snippets in this PR.