Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

multiple problems with multiline JS comments #26

Open
@masukomi

Description

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

        AltStyle によって変換されたページ (->オリジナル) /