You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@macmodrov Well, we can add strings support as an optional feature. So that, users will able to configure symbols recognized by mode as a valid set. What do you think about this?
This mode does not treat quoted strings as strings. I am aware this is on purpose:
All resources I could find about pure BNF (as opposed to EBNF and ABNF) show quoted strings.
This decision prevents specifying terminals as strings, especially strings containing a semicolon (unless escaped with a backslash as
"\;"
).I believe double quoted strings should be restored.
The text was updated successfully, but these errors were encountered: