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

Commits on Mar 15, 2023

  1. add support for lexing attributes in Chapel

    * Chapel 1.30 includes support for attributes. The lexer was not
      able to process them without some adjustments.
    arezaii committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7a3a9b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Update pygments/lexers/chapel.py

    remove unneeded parens
    
    Co-authored-by: amitkummer <49096391+amitkummer@users.noreply.github.com>
    arezaii and amitkummer committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    723be17 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    1187122 View commit details
    Browse the repository at this point in the history