mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(gitcommit): add spell checking
This commit is contained in:
parent
c8afa9fd3f
commit
5e055d81e0
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue