unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#70015: [PATCH] 0001-eglot-Add-blueprint-language-server.patch
@ 2024-03-26 14:40 nibon7
  2024-05-18 22:01 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: nibon7 @ 2024-03-26 14:40 UTC (permalink / raw)
  To: 70015

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70015: [PATCH] 0001-eglot-Add-blueprint-language-server.patch
  2024-03-26 14:40 bug#70015: [PATCH] 0001-eglot-Add-blueprint-language-server.patch nibon7
@ 2024-05-18 22:01 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2024-05-18 22:01 UTC (permalink / raw)
  To: nibon7, 70015-done

nibon7 <nibon7@163.com> writes:

> Add LSP support for [Blueprint](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/).
>
> * blueprint-mode: https://github.com/DrBluefall/blueprint-mode
>
> * blueprint-ts-mode: https://github.com/huanie/blueprint-ts-mode

Thanks, installed on master as commit d1d031aea69.

I'm therefore closing this bug report.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-18 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26 14:40 bug#70015: [PATCH] 0001-eglot-Add-blueprint-language-server.patch nibon7
2024-05-18 22:01 ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).