all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nibon7 <nibon7@163.com>
To: 70015@debbugs.gnu.org
Subject: bug#70015: [PATCH] 0001-eglot-Add-blueprint-language-server.patch
Date: Tue, 26 Mar 2024 22:40:24 +0800	[thread overview]
Message-ID: <126bf2db-dfe1-4f0f-a2ce-cf58e8dc4fdb@163.com> (raw)

[-- Attachment #1: Type: text/html, Size: 682 bytes --]

[-- Attachment #2: 0001-eglot-Add-blueprint-language-server.patch --]
[-- Type: text/x-patch, Size: 875 bytes --]

From 802631324a05456598f7d2629077975f760f040a Mon Sep 17 00:00:00 2001
From: nibon7 <nibon7@163.com>
Date: Tue, 26 Mar 2024 17:24:33 +0800
Subject: [PATCH] eglot: Add blueprint language server

---
 lisp/progmodes/eglot.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 7d2f1a55165..e8e883a303d 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -234,6 +234,7 @@ automatically)."
   ;; those entries can be simplified, but we keep them for when
   ;; `eglot.el' is installed via GNU ELPA in an older Emacs.
   `(((rust-ts-mode rust-mode) . ("rust-analyzer"))
+    ((blueprint-mode blueprint-ts-mode) . ("blueprint-compiler" "lsp"))
     ((cmake-mode cmake-ts-mode) . ("cmake-language-server"))
     (vimrc-mode . ("vim-language-server" "--stdio"))
     ((python-mode python-ts-mode)
-- 
2.44.0


             reply	other threads:[~2024-03-26 14:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26 14:40 nibon7 [this message]
2024-05-18 22:01 ` bug#70015: [PATCH] 0001-eglot-Add-blueprint-language-server.patch Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=126bf2db-dfe1-4f0f-a2ce-cf58e8dc4fdb@163.com \
    --to=nibon7@163.com \
    --cc=70015@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.