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
Hi, following code gets incorrectly highlighted as seen on the screenshot below, applies for other characters such as "*" or "!"
// const newFulltextSearch = searchCondition // ? `( ${searchCondition} ) ${Condition.And} ` // : ''
The text was updated successfully, but these errors were encountered:
This same behavior even happens outside comments.
Sorry, something went wrong.
You can try my fork: https://github.com/edwinhuish/better-comments-next
No branches or pull requests
Hi,
following code gets incorrectly highlighted as seen on the screenshot below, applies for other characters such as "*" or "!"
The text was updated successfully, but these errors were encountered: