mattmcmanus / atom-ember-snippets

Ember.js ES6 snippets for Atom
https://atom.io/packages/ember-snippets
MIT License
38 stars 22 forks source link

Typescript compatibility #27

Closed bartocc closed 7 years ago

bartocc commented 7 years ago

Wouldn't it be nice for those snippets to work in .ts files?

Simply replacing '.source.js': with '.source.js, .source.ts': in the snippets decalration files should do the trick I suppose.

mattmcmanus commented 7 years ago

This sounds like a great idea. I currently don't do any typescript, but would happily accept a PR that get that working 😉