Glavin001/atom-preview

TypeScript support

Glavin001 opened this issue · 4 comments

Atom users are required to install https://atom.io/packages/language-typescript to enable the grammar.

This may actually be harder than I thought because the TypeScript package is a global package and does not have any decent documentation on how to use it as a package that we can execute on command. I am reading over https://github.com/k-maru/grunt-typescript/blob/master/Gruntfile.js#L258-L273 now.