Open alexr00 opened 2 years ago
@alexr00 This issue is actually caused by a VSCode textmate bug
https://github.com/microsoft/vscode-textmate/issues/140
Nested 'repository"
's only seem to work if there is no "match"
or "begin"
rule at the same level as it
(or "include"
if they are inside a "patterns"
array vs a "repository"
item)
a temp work around is to nest everything except the 'repository"
into a "patterns"
array
@RedCMD thank you for root causing this!
Originally from @takaram in https://github.com/microsoft/vscode/issues/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: