better-comments
better-comments copied to clipboard
question mark as first non-whitespace char
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} `
// : ''
This same behavior even happens outside comments.
You can try my fork: https://github.com/edwinhuish/better-comments-next