From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E704138334 for ; Mon, 20 Aug 2018 20:37:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 790BFE0827; Mon, 20 Aug 2018 20:37:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52629E0827 for ; Mon, 20 Aug 2018 20:37:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD629335DC9 for ; Mon, 20 Aug 2018 20:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C20A13B4 for ; Mon, 20 Aug 2018 20:37:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1534797367.9b572f92349cf63d44ff457e2942838d7e1385e3.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: syntax/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: syntax/ebuild.vim X-VCS-Directories: syntax/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9b572f92349cf63d44ff457e2942838d7e1385e3 X-VCS-Branch: master Date: Mon, 20 Aug 2018 20:37:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d653b4de-d2cd-4302-9db3-8b2ccde58a65 X-Archives-Hash: faa90c01ed8b2600cf1cb5ff9d1f3711 commit: 9b572f92349cf63d44ff457e2942838d7e1385e3 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 20 20:36:07 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 20 20:36:07 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=9b572f92 syntax/ebuild: Also detect whitespace errors in double quotes Include our whitespace error thingies in the list of thingies for double-quotes. Sadly, the shell syntax highlighting seems to miss a list for single quotes. Bug: https://bugs.gentoo.org/637104 syntax/ebuild.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 1fb0ce4..e89d4cf 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -319,7 +319,7 @@ syn cluster EbuildThings add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword,EbuildDis syn cluster shCommandSubList add=@EbuildThings syn cluster shCommentGroup add=GentooBug -syn cluster shDblQuoteList add=EbuildErrorC +syn cluster shDblQuoteList add=EbuildErrorC,GentooError syn cluster shExprList2 add=GentooError hi def link EbuildCoreKeyword Keyword