From 5e055d81e0d740cde4c3bb4ff13e40e89ae6175a Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Fri, 25 Nov 2022 09:28:26 +0200 Subject: feat(gitcommit): add spell checking --- queries/gitcommit/highlights.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'queries/gitcommit') 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 -- cgit v1.2.3-70-g09d2