Skip to content

multiple problems with multiline JS comments #26

Description

@masukomi

using this JS file

// TODO: a thing
// todo lower case thing
/* foo
TODO: in multiline comment
	TODO tab indented in multiline comment
  TODO: space indented in multiline comment
*/

the output for the multiline section is

TODO: foo
 in multiline comment
	 tab indented in multiline comment
   space indented in multiline comment

problems:
a) "foo" has nothing to do with the todo
b) leading whitespace shouldn't be displayed
c) none of the TODO items are actually highlighted as TODOs like normal output. instead they're under "foo" which isn't even a todo thing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions