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

Specify LINE_BREAKS on tokens with custom patterns #1685

Merged
merged 3 commits into from
Oct 8, 2024

Commits on Sep 17, 2024

  1. Specify line_breaks on tokens with custom patterns

    A warning was printed by Chevrotain for tokens using a custom matcher
    function for the keyword pattern.
    While this doesn't happen in the default implementation, it is possible
    to override `buildKeywordPattern` and use a custom matcher function
    aabounegm committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3983f24 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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