Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(highlight): allow extended highlighting patterns (#185)
Highlights the first capture group (as before), if there is a second (typically nested) capture group, use it for keyword matching. Allows highlighting `TODO(foo)` using `.*<((KEYWORDS)%(\(.{-1,}\))?):`.
- Loading branch information