atom / highlights

Syntax highlighter
https://atom.github.io/highlights
MIT License
530 stars 54 forks source link

Add support for highlighting TypeScript #56

Closed revin closed 6 years ago

revin commented 7 years ago

Got a request in marky-markdown (and there's also #53 here) for adding TypeScript, so that led me to discover atom-typescript which happens to be structured such that we can pull it in as a submodule and highlights can learn TypeScript from it.

Similar to #55, the package isn't in the atom org, so if that's an issue, so be it. The code is MIT licensed, FWIW.

bcoe commented 7 years ago

@revin mind rebasing this, and I'll work on getting a new version of highlights out with JSX and TypeScript support.

revin commented 6 years ago

@bcoe done!

zeke commented 6 years ago

🙌