diff options
Diffstat (limited to 'queries/gitcommit')
| -rw-r--r-- | queries/gitcommit/highlights.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/queries/gitcommit/highlights.scm b/queries/gitcommit/highlights.scm index c44428b0a..ff0c4ddb3 100644 --- a/queries/gitcommit/highlights.scm +++ b/queries/gitcommit/highlights.scm @@ -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 |
