We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I commonly put a tab after my comment delimiter and surprised this is not supported.
better-comments/src/parser.ts
Line 35 in f72ee08
Is there any problem if there would be a tab between the delimiter and the comment?
The text was updated successfully, but these errors were encountered:
Nope, this is totally doable. Just an oversight. I'll get something in there for you by this weekend :)
Sorry, something went wrong.
Thanks 😄 Actually I think I can do it and pr if you want. As I understand the only thing I have to change is this regex's second group:
Line 36 in f72ee08
Yeah you're exactly right about the regex. That's what I'd change too. Feel free to set up a PR if you have time :)
Updating changelog with fix for #25
96d8994
aaron-bond
No branches or pull requests
I commonly put a tab after my comment delimiter and surprised this is not supported.
better-comments/src/parser.ts
Line 35 in f72ee08
Is there any problem if there would be a tab between the delimiter and the comment?
The text was updated successfully, but these errors were encountered: