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