Commit graph

4 commits

Author SHA1 Message Date
gbprod
bd55179893
feat(gitcommit): add highlight group for subject_prefix (#5774) 2023-12-09 12:36:17 +09:00
Pham Huy Hoang
107e61afb7 refactor: Remove all (ERROR) @error captures
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.
2023-10-25 18:18:50 +02:00
ObserverOfTime
5e055d81e0 feat(gitcommit): add spell checking 2022-11-25 09:00:42 +01:00
gbprod
118a87f7e7 feat: add gitcommit parser 2022-11-24 12:26:02 +01:00