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

Better handling of reserved words + ability to redefine them + Plugins API doc #150

Merged
merged 4 commits into from
May 28, 2021

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    995cd55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    519b3ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f85e3db View commit details
    Browse the repository at this point in the history
  4. Reserved: Improve error when reserved word used as a label name and a…

    …dd documentation for plugins API
    
    Before this commit error looks like (for input `start = break:'a'`)
    
    > Expected "!", "$", "&", "(", "*", "+", ".", "/", "/*", "//", ";", "?", character class, code block, comment, end of line, identifier, literal, or whitespace but ":" found.
    
    After this error looks like
    
    > Expected identifier but reserved word "break" found.
    Mingun committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c0c814e View commit details
    Browse the repository at this point in the history