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

Fix highlighting for attribute access with a dash #933

Merged
merged 3 commits into from
Feb 11, 2022

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    0f5e706 View commit details
    Browse the repository at this point in the history
  2. Fix syntax highlighting for attribute access with dashes

    The dash hasn't been a part of the attribute access end capture.
    Furthermore, we didn't correctly detect splat and indices on
    attribute access notation.
    dbanck committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    eeb9d7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4abca8 View commit details
    Browse the repository at this point in the history