Skip to content

ABNF Bundle (1.1)

Compare
Choose a tag to compare
@sanssecours sanssecours released this 04 Nov 13:18
· 1 commit to master since this release

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.