Skip to content

Do not require double colon to match #3

@ladariha

Description

@ladariha

Please looking at the parser, and from my manual testing, if I have e.g.

// TODO this must be fixed

it won't be found as your parser (apologies if I'm wrong) is looking for

const todoRegex = new RegExp(`\\b(${keywordsPattern}):(.*)`, 'i'); // 'i' = case-insensitive

so it requires the : after the keyword. Could we please remove this restriction?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions