From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id qKitOBX5cWXtWwEAG6o9tA:P1 (envelope-from ) for ; Thu, 07 Dec 2023 17:55:50 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qKitOBX5cWXtWwEAG6o9tA (envelope-from ) for ; Thu, 07 Dec 2023 17:55:50 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B5760147AC for ; Thu, 7 Dec 2023 17:55:49 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=R1a78UST; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1701968149; a=rsa-sha256; cv=none; b=sLAva9lpUOVIhUoUSnWW1Bc5Y8MAEIvAHnY4Os7zXUSJHIDJN/D8m644imH+DOeu0qq0xn /f3t5c0BgWwopHG4DoWsFf02tYvri1ZjgnfqdLalbHGckA2jhy+I4mhU1QUVoX0PDNUl8B JUfiQXGfEKiPbU4zn8lk12wQiOUmQHYjbrntjrRaYMKz3LWe59QjL7Wzp04FwYFfAldJlH WLJzOWe6qBULmBH4m7tVavYutqF59fokWAWWQDULbUGbulGaleV0Do60HLNO9Wq1eVbbWd poqMUdAxyOra+ms39K4npxnFwZKROeaJpjx4nRqLrTz752XHAHxN/ylHb4bJLg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=R1a78UST; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1701968149; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=bFovIGgBwrUyIqO1T+DROymrOpTcrrD58BgV+zaY2To=; b=HVXZVfJzN290pTy2HD+YgiS39d9qrK7w+jdUgTuDOG2CbW/FKEqVjG7uiauWVi9NPZwnov M/rz9TO1oEqrFMM09IBqn8RwnEBHVypTAUWuIUBBAb4a4yed8p0xvJyfxukbi7gnPr3eF0 YuktYKTRHQpSZM5JjrgDvZ5ds3fIGGn/TwXHyHHnOc9PZkKkGKbn6t20uXxmjTARabs8Ic +fr4eNMXIj035mepKPYAoL/eoE0DIAEdtmHHsr2WW4XeTLCgYEH6BxJqBSREmoqD28A0lO ej7DrizwD4+PQCjt2J+pjnGV/gItLMFqNsxCo12OVDqFARGQtp9Le2ZGH/pBEw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBHeY-0006rV-3Y; Thu, 07 Dec 2023 11:55:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBHeP-0006pn-Mi for guix-patches@gnu.org; Thu, 07 Dec 2023 11:55:01 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rBHeD-0003Iy-UC for guix-patches@gnu.org; Thu, 07 Dec 2023 11:55:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rBHeQ-00069m-AA for guix-patches@gnu.org; Thu, 07 Dec 2023 11:55:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67186] [PATCH 2/6] * gnu/packages/vim.scm (vim-guile): New variable Resent-From: Nathan Merkley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 07 Dec 2023 16:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67186 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67186@debbugs.gnu.org Cc: Nathan Merkley Received: via spool by 67186-submit@debbugs.gnu.org id=B67186.170196809623607 (code B ref 67186); Thu, 07 Dec 2023 16:55:02 +0000 Received: (at 67186) by debbugs.gnu.org; 7 Dec 2023 16:54:56 +0000 Received: from localhost ([127.0.0.1]:42936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBHeK-00068h-8D for submit@debbugs.gnu.org; Thu, 07 Dec 2023 11:54:56 -0500 Received: from mail-pg1-x52d.google.com ([2607:f8b0:4864:20::52d]:58646) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBHeH-000688-O6 for 67186@debbugs.gnu.org; Thu, 07 Dec 2023 11:54:54 -0500 Received: by mail-pg1-x52d.google.com with SMTP id 41be03b00d2f7-5c21e185df5so928662a12.1 for <67186@debbugs.gnu.org>; Thu, 07 Dec 2023 08:54:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701968075; x=1702572875; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=bFovIGgBwrUyIqO1T+DROymrOpTcrrD58BgV+zaY2To=; b=R1a78USTTTOXYA2i/44YB+46ELKTV+jvbTomaQP0s2ssZLx0q0EVVqIYaDEzeOHLHX 5Y6IaIHUU2/+IXGDm4lPHG0E9slWFaLQfc+CgeUNEDytjFofm2/TlbzzeYf6LZ9/+oao jjRksnAZIUHnsE08lT4hDBKGr3b/0jQ24BfL/NCUYiQrQodUafe56kxbRaGEYo3UwXj1 7ywr9arSXF7/RJzdH+vLpbHNnZNjlXWxNLvwWvl8vaowdAGIQldzH4044FGvg9Clo50h ho181yg4LF7qAZBs2rBnXPQQ5x21ARptNgAWpcGFB9+mwtEbDhXtEVA47bfL2/hgcD/T AqIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701968075; x=1702572875; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bFovIGgBwrUyIqO1T+DROymrOpTcrrD58BgV+zaY2To=; b=QFz7mvFBVfAeV/zb1piU2EQrd2Q3nKkGKM3NcvwEYU0ZYggKo9G7R7cwgBx39AqFdq LW+FU+wV9MzZBgbmRs1LI3z6KHWncTvZOlrIwobRlUYKtBY2Ct7AWueQAm6FqF4Rukwa zWXX7aPwU4fAB45y5t89Oog3dtW7LPPaEfASgqpPmLTAhrlRbGzJt6pex4tZ45A/tGv6 /bEnzYKFXu4RzT3YYIgl/upqb4R0wVXfuw7lTM84jBftZQC0OduNT+js8ubgYUE8Btfs a7KWLxdvtEufgt2hEzfEJ3HZ7s/UcO6x+zUakbteWCzU/j6MliP9yCw0z5DeJdgRK1Cd r2RA== X-Gm-Message-State: AOJu0YxUIq5DzifH6qR0YuKLz/sigQWGDdMpYf/FSfxThsWyjTPDdbCi YEoE5DiPVKqF2kBxGVs2I5hURhVy0QU= X-Google-Smtp-Source: AGHT+IFnF1Qr7XCmHkwfOMu2B5KdAwZciThxER03pVLOC1npOgPCmkcrag0ekV7ceegLuxiwLEx/Iw== X-Received: by 2002:a05:6a21:99aa:b0:18f:c339:3fc4 with SMTP id ve42-20020a056a2199aa00b0018fc3393fc4mr3664146pzb.83.1701968074646; Thu, 07 Dec 2023 08:54:34 -0800 (PST) Received: from marauder.nextcenturymeters.com (c-67-169-255-59.hsd1.ut.comcast.net. [67.169.255.59]) by smtp.gmail.com with ESMTPSA id r28-20020a638f5c000000b005c66a7d70fdsm1520627pgn.61.2023.12.07.08.54.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Dec 2023 08:54:34 -0800 (PST) From: Nathan Merkley Date: Thu, 7 Dec 2023 09:54:05 -0700 Message-ID: <2b6a3e5c57dda4ad32dec18810c0a57b42f6bdb9.1700006719.git.nathanmerkley@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: 4.35 X-Spam-Score: 4.35 X-Migadu-Queue-Id: B5760147AC X-TUID: i1lvRNWshEmA Message-ID: <20231207165405.Hw8C7S_C2LTJJirivIdwQzJ-WbZD6PW9MrX52AwvBug@z> Change-Id: I2f69a563681693de9af563caa545f6421f61a093 --- gnu/packages/vim.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index d0877033b9..38e651388f 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -1454,3 +1454,32 @@ (define-public vim-commentary :g/TODO/Commentary.") (home-page "https://www.vim.org/scripts/script.php?script_id=3695") (license license:vim)))) + +(define-public vim-guile + (let ((commit "f76959a9dbdc69cde018901de82ac5a3d443843c") + (revision "1")) + (package + (name "vim-guile") + (version (string-append "0.0.0-" revision "." + (string-take commit 7))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/HiPhish/guile.vim") + (commit commit))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 "1pqlhssdnpd8ngjc5bssma7ddjhffvh8hj67gchmyyxr5jfxwdq9")))) + (build-system vim-build-system) + (arguments + (list + #:plugin-name "guile.vim")) + (synopsis "Syntax highlighting for GNU Guile") + (description + "This plugin extends Vim's Scheme support to include the additions to +the language provided by the GNU Guile implementation. The plugin automatically +detects whether a Scheme file is a Guile file and adds syntax highlighting for +Guile's special forms.") + (home-page "https://github.com/HiPhish/guile.vim") + (license license:expat)))) -- 2.41.0