atom / highlights

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

TypeScript support #53

Open panuhorsmalahti opened 7 years ago

panuhorsmalahti commented 7 years ago

gulp-tslint needs TypeScript support for npmjs.org, which uses atom/highlights (at least used to use according to npmjs.org blog).

See my comment here: https://github.com/panuhorsmalahti/gulp-tslint/pull/112#issuecomment-290445527

Should be straightforward to add I think.

adriengibrat commented 6 years ago

Thanks for adding typescript support! Could @as-cii publish 3.1.0 on npm? In the meantime

cd node_modules
git clone https://github.com/atom/highlights.git
cd highlight
npm install
npm run pretest
npm run prepublish
cd ../..

do the trick ;)