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

add support for lexing attributes in Chapel #2376

Merged
merged 3 commits into from Mar 28, 2023

Conversation

arezaii
Copy link
Contributor

@arezaii arezaii commented Mar 15, 2023

This PR adds support for language changes in Chapel.

Chapel 1.30 includes support for attributes. The lexer was not able to process them without some adjustments.

* Chapel 1.30 includes support for attributes. The lexer was not
  able to process them without some adjustments.
arezaii and others added 2 commits March 16, 2023 10:59
remove unneeded parens

Co-authored-by: amitkummer <49096391+amitkummer@users.noreply.github.com>
Copy link
Contributor

@jeanas jeanas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Also thank you @amitkummer for reviewing!

@jeanas jeanas merged commit 2a2537d into pygments:master Mar 28, 2023
15 checks passed
arezaii added a commit to chapel-lang/sphinxcontrib-chapeldomain that referenced this pull request Mar 30, 2023
add support for lexing attributes. The corresponding
changes were added to pygments in PR
pygments/pygments#2376
@Anteru Anteru added this to the 2.15.0 milestone Apr 10, 2023
@Anteru Anteru added the A-lexing area: changes to individual lexers label Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lexing area: changes to individual lexers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants