Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lookbehind assertion with malformed regex (#11)
This will fix the issue reported by the Linguist grammar validation: > Invalid regex in grammar: `source.wit` (in `syntaxes/wit.tmLanguage.json`) contains a malformed regex (regex "`(?<=\s*\n)`": lookbehind assertion is not fixed length (at offset 9))
- Loading branch information