mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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
|
(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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue