Textmate TODO not working with JavaScript

222 Views Asked by At

I am trying to use Textmate's TODO bundle :

// TODO: change click to tap
/*
  TODO change click to tap
*/

Neither of these markups are captured... How can I specify a TODO in JavaScript?

1

There are 1 best solutions below

0
On

To be sure of using the correct syntax, just use the Todo bundle todoTAB shortcut.

If it doens't show your todos, try moving to the File Browser and navigating to the root of the project. That usually fixes this for me.