Skip to content

Expand valid char's after opening <?wc tag #1

Description

@TheBeef

Currently the open tag must be <?wc followed by white space. It would be nice if you could also use any non-character.

This would allow this following code:

<?wc
void MyFn(void)
{
   printf(?>Please enter amount between %d and %d.<?wc,LowCount,HighCount);
}

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