From 9ef44d710fe333ef14781a3283c5435c1443e249 Mon Sep 17 00:00:00 2001 From: gbprod Date: Wed, 26 Jun 2024 21:53:01 +0200 Subject: [PATCH] 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. --- runtime/queries/gitcommit/highlights.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/queries/gitcommit/highlights.scm b/runtime/queries/gitcommit/highlights.scm index a15530510488..b096056cc114 100644 --- a/runtime/queries/gitcommit/highlights.scm +++ b/runtime/queries/gitcommit/highlights.scm @@ -15,8 +15,6 @@ (subject) @markup.heading @spell -(overflow) @comment.warning @spell - (subject (subject_prefix) @function @nospell)