Skip to content
New issue

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

(Ada) Minimal support for Ada 2022 #4224

Closed
reznikmm opened this issue Mar 18, 2025 · 0 comments · Fixed by #4225
Closed

(Ada) Minimal support for Ada 2022 #4224

reznikmm opened this issue Mar 18, 2025 · 0 comments · Fixed by #4225
Labels
bug help welcome Could use help from community language

Comments

@reznikmm
Copy link
Contributor

Describe the issue
Ada 2022 introduces square brackets,@ and new parallel keyword. It would be nice to highlight them properly.

Which language seems to have the issue?
Ada 2022 standard

Are you using highlight or highlightAuto?
No idea. I use gitlab.

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

  • parallel should be highlighted
  • [ and ] should not be considered as invalid characters

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help welcome Could use help from community language
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant