Open alexr00 opened 3 months ago
Small correction:
Note that the closing EOT marker is preceded by four spaces to match the opening marker.
should be easy fix
either place \\s*
before \\3
or capture the [ \\t]*+
and replace \\3
with \\3?\\4
The code with a problem is:
It looks like:
The scopes at the beginning of the EOT line include this
no-indent
scope:It should look like:
Originally from @sandy-fairsupply in https://github.com/microsoft/vscode/issues/223443