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 highlighting the full pattern (#180)
this will allow highlighting `TODO(author):` ```lua highlight = { pattern = [[(KEYWORDS)\s*(\([^\)]*\))?:]], }, ``` ![image](https://user-images.githubusercontent.com/40219740/218302992-3ab3cd95-74c0-4313-9870-d2781238a42c.png) fixes #10 fixes #179
- Loading branch information