-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I don't know if this is a bug or if I'm doing something wrong. I tried to apply my RegEx for ShellScript, where many lines started with "#". My idea was to create my own expression, which I tested on regexr.com, so I created something like this:
"hideComments.regex": [
{
"regex": "/^\\s*#.*\\n/gm",
"flags": "hashtag"
}
]But it didn't work. Can You lead me what I messed up?
Some explanation to the RegEx syntax below
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
