mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

Match a latex tag from todolist package? #126

Open drozzy opened 8 years ago

drozzy commented 8 years ago

In my latex document, I use todo commands like this:

\todo[inline, caption={Use more math}]{Use a little bit more mathematical notations here}

Where the format of the command is :

\todo[options]{todo text}

But I would be happy even if it extracted just the part following "\todo".

What would be the prefix and suffix definition for extracting these?

Thank you very much.