From 173515a5d2be6e98c2996189f77ee5993620e2aa Mon Sep 17 00:00:00 2001 From: gbprod Date: Wed, 26 Jun 2024 21:53:01 +0200 Subject: 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. --- queries/gitcommit/highlights.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'queries/gitcommit/highlights.scm') diff --git a/queries/gitcommit/highlights.scm b/queries/gitcommit/highlights.scm index a15530510..b096056cc 100644 --- a/queries/gitcommit/highlights.scm +++ b/queries/gitcommit/highlights.scm @@ -15,8 +15,6 @@ (subject) @markup.heading @spell -(overflow) @comment.warning @spell - (subject (subject_prefix) @function @nospell) -- cgit v1.2.3-70-g09d2