From unknown Sun Jul 27 06:46:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48286] [PATCH] gnu: Add emacs-cwl-mode. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 08 May 2021 13:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48286 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48286@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16204805835005 (code B ref -1); Sat, 08 May 2021 13:30:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 May 2021 13:29:43 +0000 Received: from localhost ([127.0.0.1]:50328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfN1X-0001IY-7S for submit@debbugs.gnu.org; Sat, 08 May 2021 09:29:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:33232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfN1V-0001IS-V6 for submit@debbugs.gnu.org; Sat, 08 May 2021 09:29:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32910) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfN1V-0002uS-60 for guix-patches@gnu.org; Sat, 08 May 2021 09:29:37 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:59230) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfN1Q-00064K-Mq for guix-patches@gnu.org; Sat, 08 May 2021 09:29:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=MC4O/0jHtdevJ9z11ukxY2LjEfT9KyCt0dVyvzmYFAo=; b=G/4bp0rY6WpA6/tvb8Z2cKh5Oh uEpiz7eMyfcd34XNA2bFks4ycrww3Z/TrTjJVoAZToLApY3L4SvUjDz+i2M/AKNrCLVBpePjMuFy2 cR+pHut6QJwphOTqn2zfda4a81qr3D6wkadf6IZ2ovm+87/dDynr/R4snSQ9/h8g5KLsdZOhMszpF FgPWK2IFS6nCTPCNyqQDpX7t6xejQRazXgFfejHYWaZx3OScr425cK+z7R3FALeB8sawSafO8Ce1H g9akmjXJqCuTelA8jp2NC5/h1RzrVT2Uh/EnbPEzsqTikK0ARMegMEELS0qC96lnRFoT5dZfOfT7d GRhkSy+A==; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lfN1L-000CUu-9Y; Sat, 08 May 2021 18:59:27 +0530 From: Arun Isaac Date: Sat, 8 May 2021 18:59:10 +0530 Message-Id: <20210508132910.3930-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable. --- gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 869f8c3c7b..7ba9ef4148 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou ;;; Copyright © 2016, 2017, 2018 Alex Vong -;;; Copyright © 2016, 2017, 2018, 2019, 2020 Arun Isaac +;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe ;;; Copyright © 2017, 2018, 2019, 2020, 2021 Clément Lassieur @@ -27881,3 +27881,26 @@ files, providing syntax highlighting and indentation rules.") quasi-prefix map, with many useful bindings. These bindings are shorter than usual, using mostly unprefixed keys.") (license license:gpl3+))) + +(define-public emacs-cwl-mode + (package + (name "emacs-cwl-mode") + (version "0.2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tom-tan/cwl-mode") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04xqnm27y1h9z8csjpys4v3lkgn5kvpw9n4q94pbrvjgmz0qfp58")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-yaml-mode" ,emacs-yaml-mode))) + (home-page "https://github.com/tom-tan/cwl-mode") + (synopsis "Emacs mode for Common Workflow Language (CWL) files") + (description "This packages provides a major mode for editing Common +Workflow Language (CWL) files.") + (license license:gpl3+))) -- 2.31.0 From unknown Sun Jul 27 06:46:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48286] [PATCH] gnu: Add emacs-cwl-mode. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 08 May 2021 14:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48286 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac , 48286@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 48286-submit@debbugs.gnu.org id=B48286.16204833867163 (code B ref 48286); Sat, 08 May 2021 14:17:01 +0000 Received: (at 48286) by debbugs.gnu.org; 8 May 2021 14:16:26 +0000 Received: from localhost ([127.0.0.1]:50543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfNkn-0001rT-PM for submit@debbugs.gnu.org; Sat, 08 May 2021 10:16:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:56298 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfNkl-0001rN-IV for 48286@debbugs.gnu.org; Sat, 08 May 2021 10:16:24 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1620483375; bh=P4bISM/t2wWbhhxgz78SsIxJoiFXI2/rH9aLlu0+6+A=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=sSupZ3Dr6q8F0617PSH+wIeuoRYMrljVh/zLJKKCfTWQhUqoFyc+Y3v7ybHJG8+g/ OHVygwPKSPOCm2PGHTB8MFCUB5URCNdHkg+I0WQhX6aSgw1fQt+x2j4VmOv+RkOte5 kFX8AMEQGQHL/fBrX2W6A34wfRQGGJc9nwTn0Wmo= In-Reply-To: <20210508132910.3930-1-arunisaac@systemreboot.net> References: <20210508132910.3930-1-arunisaac@systemreboot.net> Date: Sat, 08 May 2021 16:16:15 +0200 Message-ID: <878s4pia4w.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, May 08 2021, Arun Isaac wrote: > * gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable. > > [...] > > + (synopsis "Emacs mode for Common Workflow Language (CWL) files") > + (description "This packages provides a major mode fo [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, May 08 2021, Arun Isaac wrote: > * gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable. > > [...] > > + (synopsis "Emacs mode for Common Workflow Language (CWL) files") > + (description "This packages provides a major mode fo [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager On Sat, May 08 2021, Arun Isaac wrote: > * gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable. > > [...] > > + (synopsis "Emacs mode for Common Workflow Language (CWL) files") > + (description "This packages provides a major mode for editing Common > +Workflow Language (CWL) files.") Nitpick: use @acronym{} maybe? Builds fine on my end. :) From unknown Sun Jul 27 06:46:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#48286: closed (Re: [bug#48286] [PATCH] gnu: Add emacs-cwl-mode.) Message-ID: References: <87fsyxyuz7.fsf@systemreboot.net> <20210508132910.3930-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 48286 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48286@debbugs.gnu.org Date: Sat, 08 May 2021 17:52:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1620496321-14249-1" This is a multi-part message in MIME format... ------------=_1620496321-14249-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48286: [PATCH] gnu: Add emacs-cwl-mode. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48286@debbugs.gnu.org. --=20 48286: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48286 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1620496321-14249-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48286-done) by debbugs.gnu.org; 8 May 2021 17:52:00 +0000 Received: from localhost ([127.0.0.1]:51461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfR7Q-0003hd-Je for submit@debbugs.gnu.org; Sat, 08 May 2021 13:52:00 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfR7O-0003hX-Km for 48286-done@debbugs.gnu.org; Sat, 08 May 2021 13:51:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=cyDczm+4DKqcjSVkbPrdVFLuesgQTgNw2kXXBIqTqbw=; b=b3RXHZs4yxNRYzwbsLNGxUk2Z 2PAaOMZRNA7yzqUl7Nc7Sgit5SnWX8rFlvWKNzmQknVofI6TZ0BciGUOzCqp8Oouc+C319X8uxNW5 Iaek9XYY4KQZvPoALBl13RxdwxJXnlXe8ojDul52+DKLGYwLT1N+iYGRQvsPsARjtoC1v2JsfFnZT Y/AXyapD1iCok6LEfd9pvgZMSpHtxNwfaNm4bhEt4IIANNjdMkM4I6X3dV9T9cKMyo2x3bZsD8Vjd 9sTaYRKwqWvyo4CJqEcYl280m0Tk3ID8ObtIMAhIVIVhzElhUJGKpnGiaCDMbdZj5CpPXlhjL5viG yAiTg4HKA==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lfR7M-000D4b-3b; Sat, 08 May 2021 23:21:56 +0530 From: Arun Isaac To: Xinglu Chen , 48286-done@debbugs.gnu.org Subject: Re: [bug#48286] [PATCH] gnu: Add emacs-cwl-mode. In-Reply-To: <878s4pia4w.fsf@yoctocell.xyz> References: <20210508132910.3930-1-arunisaac@systemreboot.net> <878s4pia4w.fsf@yoctocell.xyz> Date: Sat, 08 May 2021 23:21:40 +0530 Message-ID: <87fsyxyuz7.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48286-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain > Nitpick: use @acronym{} maybe? That's a good suggestion. I added @acronym, updated the package and pushed to master. Thanks for the review! :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmCWz6wbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuz6eAH/iLEN4+H2fKqCLUljUnS 6XNWcKUIhlpaoycJ5JVBLiEUzwjRZ4ZR9t51Dpgckl4RqoYR6F4B8fHSWyEqh8Vc lqZVf5YSfYdX8IlWC8NVex5OSFtM/sxk4jn3bkG85OpDFOJjFgqCSErjWlRva4KG FuXjpHIleEfnA+2oS4ZjWWHL52hqG1IiWUm/kCf9kcq77w/XGU40xkKDgTqG+fP6 +UvE+ynzGXSdCgO86cJ5seKVPHAWV0mJ6dxsSU1zjUWurN+SHLEGf0IP3FCQ5Q5C uBJcwAnZRswrf0r8Vta2shqVoXPKsQcBEQHDEdIw6vMVQhCn3xIy/R38Dl8NiZA7 5Zo= =mHDQ -----END PGP SIGNATURE----- --=-=-=-- ------------=_1620496321-14249-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 May 2021 13:29:43 +0000 Received: from localhost ([127.0.0.1]:50328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfN1X-0001IY-7S for submit@debbugs.gnu.org; Sat, 08 May 2021 09:29:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:33232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfN1V-0001IS-V6 for submit@debbugs.gnu.org; Sat, 08 May 2021 09:29:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32910) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfN1V-0002uS-60 for guix-patches@gnu.org; Sat, 08 May 2021 09:29:37 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:59230) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfN1Q-00064K-Mq for guix-patches@gnu.org; Sat, 08 May 2021 09:29:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=MC4O/0jHtdevJ9z11ukxY2LjEfT9KyCt0dVyvzmYFAo=; b=G/4bp0rY6WpA6/tvb8Z2cKh5Oh uEpiz7eMyfcd34XNA2bFks4ycrww3Z/TrTjJVoAZToLApY3L4SvUjDz+i2M/AKNrCLVBpePjMuFy2 cR+pHut6QJwphOTqn2zfda4a81qr3D6wkadf6IZ2ovm+87/dDynr/R4snSQ9/h8g5KLsdZOhMszpF FgPWK2IFS6nCTPCNyqQDpX7t6xejQRazXgFfejHYWaZx3OScr425cK+z7R3FALeB8sawSafO8Ce1H g9akmjXJqCuTelA8jp2NC5/h1RzrVT2Uh/EnbPEzsqTikK0ARMegMEELS0qC96lnRFoT5dZfOfT7d GRhkSy+A==; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lfN1L-000CUu-9Y; Sat, 08 May 2021 18:59:27 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-cwl-mode. Date: Sat, 8 May 2021 18:59:10 +0530 Message-Id: <20210508132910.3930-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable. --- gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 869f8c3c7b..7ba9ef4148 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou ;;; Copyright © 2016, 2017, 2018 Alex Vong -;;; Copyright © 2016, 2017, 2018, 2019, 2020 Arun Isaac +;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe ;;; Copyright © 2017, 2018, 2019, 2020, 2021 Clément Lassieur @@ -27881,3 +27881,26 @@ files, providing syntax highlighting and indentation rules.") quasi-prefix map, with many useful bindings. These bindings are shorter than usual, using mostly unprefixed keys.") (license license:gpl3+))) + +(define-public emacs-cwl-mode + (package + (name "emacs-cwl-mode") + (version "0.2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tom-tan/cwl-mode") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04xqnm27y1h9z8csjpys4v3lkgn5kvpw9n4q94pbrvjgmz0qfp58")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-yaml-mode" ,emacs-yaml-mode))) + (home-page "https://github.com/tom-tan/cwl-mode") + (synopsis "Emacs mode for Common Workflow Language (CWL) files") + (description "This packages provides a major mode for editing Common +Workflow Language (CWL) files.") + (license license:gpl3+))) -- 2.31.0 ------------=_1620496321-14249-1--