feat(gitcommit): add spell checking

This commit is contained in:
ObserverOfTime 2022-11-25 09:28:26 +02:00 committed by Christian Clason
parent c8afa9fd3f
commit 5e055d81e0

View file

@ -7,10 +7,10 @@
(filepath) @text.uri
(arrow) @punctuation.delimiter
(subject) @text.title
(subject (overflow) @text)
(prefix (type) @keyword)
(prefix (scope) @parameter)
(subject) @text.title @spell
(subject (overflow) @text @spell)
(prefix (type) @keyword @nospell)
(prefix (scope) @parameter @nospell)
(prefix [
"("
")"
@ -20,13 +20,13 @@
"!"
] @punctuation.special)
(message) @text
(message) @text @spell
(trailer (token) @label)
(trailer (value) @text)
(breaking_change (token) @text.warning)
(breaking_change (value) @text)
(breaking_change (value) @text @spell)
(scissor) @comment