You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be fixed by setting the default regex to this: (//|#|<!--|;|/\*|^|^[ \t]*(-|\d+.))[^\s]*($TAGS)
(If this change is made at this point you could add every QOL pulls like #481 if they don't break stuff)
After:
The text was updated successfully, but these errors were encountered:
As the title says the issue is this:
It could be fixed by setting the default regex to this:
(//|#|<!--|;|/\*|^|^[ \t]*(-|\d+.))[^\s]*($TAGS)
(If this change is made at this point you could add every QOL pulls like #481 if they don't break stuff)
After:
The text was updated successfully, but these errors were encountered: