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
I've found that changing the begin regex for punctuation.whitespace.comment.leading.coffee from (^[ \t]+)?(?=#) to (?=#) makes indented block comments to be highlighted as comments.
But I don't know what the side effects of this change are..
So this works:
And this doesn't:
The text was updated successfully, but these errors were encountered: