summaryrefslogtreecommitdiffstats
path: root/queries/gitcommit/highlights.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat(gitcommit): add highlight group for subject_prefix (#5774)gbprod2023-12-091-0/+1
|
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-2/+0
| | | | | | | | | | | | As discussed in PR#5421, capturing `@error` is inconsistent, requiring deep nesting (or priority) in order to correctly have red backgrounds to it. Some queries has this capture, some don't. For consistency purposes, removing all of them is more preferable. For re-enabling error, either add `(ERROR) @error` or `(ERROR _ @error)` to your custom queries.
* feat(gitcommit): add spell checkingObserverOfTime2022-11-251-6/+6
|
* feat: add gitcommit parsergbprod2022-11-241-0/+33