This repository was archived by the owner on Apr 15, 2026. It is now read-only.
0.18.1
### Breaking changes `EditorParseContext.getSkippingParser` now replaces `EditorParseContext.skippingParser` and allows you to provide a promise that'll cause parsing to start again. (The old property remains available until the next major release.) ### Bug fixes Fix an issue where nested parsers could see past the end of the nested region.