-
Notifications
You must be signed in to change notification settings - Fork 90
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
Syntax highlight of Ruby is broken on percent notations #140
Comments
@alexr00 This issue is actually caused by a VSCode textmate bug Nested a temp work around is to nest everything except the ruby.tmbundle/Syntaxes/Ruby.plist Lines 2136 to 4209 in efcb894
|
@RedCMD thank you for root causing this! |
Originally from @takaram in microsoft/vscode#137713
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Expected:
The literal is recognized as strings (or regexp) until the closing bracket.
Specification of Ruby percent notations: http://www.chrisrolle.com/en/blog/ruby-percentage-notations
Actual:
The text was updated successfully, but these errors were encountered: