Open alexr00 opened 2 months ago
a() { pushd a popd }
The p and the ushd should all be the same token and the same color.
p
ushd
The p has the following scopes:
meta.statement.shell meta.function.body.shell meta.function.shell source.shell
The u, s, h, and d are all individual tokens and have the following scopes:
u
s
h
d
string.unquoted.shell meta.statement.command.name.shell meta.statement.command.shell meta.statement.shell meta.function.body.shell meta.function.shell source.shell
Original from @Salamandar in https://github.com/microsoft/vscode/issues/228520
The code with a problem is:
It looks like:
It should look like:
The
p
and theushd
should all be the same token and the same color.The
p
has the following scopes:The
u
,s
,h
, andd
are all individual tokens and have the following scopes:Original from @Salamandar in https://github.com/microsoft/vscode/issues/228520