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

case-insensitive option in json #364

Closed
murphyke opened this issue Feb 6, 2018 · 1 comment
Closed

case-insensitive option in json #364

murphyke opened this issue Feb 6, 2018 · 1 comment

Comments

@murphyke
Copy link

murphyke commented Feb 6, 2018

Just for posterity, it may not be obvious to everyone where to put the case-insensitive option in a JSON grammar.

It goes in the lex object, e.g.:

const grammar = {
  "lex": {
    "options": {
      "case-insensitive": true
    },
 ...
}

You can either close this or interpret it as a mild request for slightly better documentation of the JSON format or tell me what I missed.
@murphyke
Copy link
Author

Closing my note for posterity. There are too many issues and PRs. #297 (new maintainer team) seems relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant