atom / language-todo

TODO highlighting package for Atom
Other
80 stars 66 forks source link

Can you support Atom-typescript? #22

Closed Jaeiya closed 9 years ago

Jaeiya commented 9 years ago

It would be really nice to have todo highlighting in my typescript probjects.

lee-dohm commented 9 years ago

The language-todo package injects TODO highlighting into comments in all languages (so long as they mark comments with the scope comment) and in plain text documents anywhere. Can you give an example of where you think it should be highligted, but isn't?

Jaeiya commented 9 years ago

In a typescript file, this is the object with the todo: http://puu.sh/hImj8/0535e23f83.png

lee-dohm commented 9 years ago

If you look here in the atom-typescript documentation, it appears that the atom-typescript package goes around the standard Atom grammar system to do its own tokenization. I'm pretty certain this is what is breaking the support for injection grammars such as language-todo.

You should probably file an Issue there.

Jaeiya commented 9 years ago

I just want to say thanks for your quick feedback :+1: