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 complex keyword patterns (#185)
Highlight the first capture group pattern, if there is a second (typically nested) capture group, use it for keyword matching. Allows highlighting `TODO(foo)` using `.*<((KEYWORDS)%(\(.{-1,}\))?):`.
- Loading branch information