ABNF Bundle (1.1)
Changes
🐛✨ Grammar
-
New: Highlight ABNF core rules
The grammar now adds the scope
support.constant
to the core rules, specified in Appendix B of the ABNF RFC. -
Fixed: Improve rules that match characters
Before this change the closing parenthesis in elements of the form
*(%x00-0B)
was (incorrectly) marked as invalid.