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
Describe the issue Ada 2022 introduces square brackets,@ and new parallel keyword. It would be nice to highlight them properly.
@
parallel
Which language seems to have the issue? Ada 2022 standard
Are you using highlight or highlightAuto? No idea. I use gitlab.
highlight
highlightAuto
Sample Code to Reproduce
X : Array_Type := [1, 2]; begin parallel for I in Grid'Range(1) loop Grid(I, 1) := 1; end loop;
Expected behavior
[
]
Additional context
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the issue
Ada 2022 introduces square brackets,
@
and newparallel
keyword. It would be nice to highlight them properly.Which language seems to have the issue?
Ada 2022 standard
Are you using
highlight
orhighlightAuto
?No idea. I use gitlab.
Sample Code to Reproduce
Expected behavior
parallel
should be highlighted[
and]
should not be considered as invalid charactersAdditional context
The text was updated successfully, but these errors were encountered: