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
f() { declare a } g() { declare a }
Both declares should have the same color.
declare
Scopes of first declare, on line 2:
support.function.builtin.shell entity.name.command.shell entity.name.function.call.shell meta.statement.command.name.shell meta.statement.command.shell meta.statement.shell meta.function.body.shell meta.function.shell source.shell
Scopes of the second declare on line 6:
storage.modifier.declare.shell meta.expression.assignment.modified.shell meta.statement.shell meta.statement.shell meta.function.body.shell meta.function.shell source.shell
Originally reported by @acathe in microsoft/vscode#236497
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:
Both
declare
s should have the same color.Scopes of first
declare
, on line 2:Scopes of the second
declare
on line 6:Originally reported by @acathe in microsoft/vscode#236497
The text was updated successfully, but these errors were encountered: