-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
bug with comment // * #2
Comments
Which version are you using? I was change the reg for match The latest version should not have this issue. |
I'm having a similar problem with multi-line comments in Python. |
I think it's a bad idea to match I'm thinking also disable the single line comment match with no space. Example: For most language,
|
Updated with 8bb3468 |
I have this problem with 3.1.8 too: if there is no space between the comment and the tag, the comment is not highlighted. |
For example: |
As discussed in aaron-bond#531 (comment), this is not much of a solution to the problems with the original better-comments. Is it not possible to just create tag exceptions/better tag customization or at least the ability to have a choice in the extension settings? |
Ignoring a comment with a space - e.g. For people to move from the old to this extension, it should be compatible with the old one. If breaking changes are made, there should be a setting to enable/disable that new feature. Nonetheless, I do appreciate that you forked the old extension and continue to maintain it. |
The old version's writing style can lead to a large number of recognition errors, compatibility with it is meaningless. |
Hello, i send a bug with this ext.
When i have a comment
//* bad comment
, solved by// * good comment (with space)
.Solved totaly when i desactivate ext Better Comments (with embedded languages support).
Better Comments v3.0.2 by Aaron Bond dont have this problem
The text was updated successfully, but these errors were encountered: