Closed nathansobo closed 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.
language-typescript
.source.flow
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.