feat(gitcommit): remove overflow rule

This commit remove the highlight of the overflow node in gitcommit syntax
introduced [by this PR](https://github.com/nvim-treesitter/nvim-treesitter/pull/6222).
This node will be removed when [this PR](https://github.com/gbprod/tree-sitter-gitcommit/pull/68)
will be merge.
This commit is contained in:
gbprod 2024-06-26 21:53:01 +02:00 committed by Christian Clason
parent c723b87ef6
commit 173515a5d2

View file

@ -15,8 +15,6 @@
(subject) @markup.heading @spell
(overflow) @comment.warning @spell
(subject
(subject_prefix) @function @nospell)