Closed Jaeiya closed 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?
In a typescript file, this is the object with the todo: http://puu.sh/hImj8/0535e23f83.png
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.
I just want to say thanks for your quick feedback :+1:
It would be really nice to have todo highlighting in my typescript probjects.