We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pushd
popd
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 microsoft/vscode#228520
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 microsoft/vscode#228520
The text was updated successfully, but these errors were encountered: