]> git.eshelyaron.com Git - emacs.git/commitdiff
eglot: Add blueprint language server (Bug#70015)
authornibon7 <nibon7@163.com>
Tue, 26 Mar 2024 09:24:33 +0000 (17:24 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:40:24 +0000 (09:40 +0200)
* lisp/progmodes/eglot.el (eglot-server-programs): Add
blueprint-compiler.

(cherry picked from commit d1d031aea69b3ab45034716048a2592fcbfd7358)

lisp/progmodes/eglot.el

index 4da18845edce910c322dedf7f8d86907ad1e906f..bb915fb4a91be3f5ebd8a92a369af81caa14d1bf 100644 (file)
@@ -332,7 +332,8 @@ automatically)."
     ((uiua-ts-mode uiua-mode) . ("uiua" "lsp"))
     (sml-mode
      . ,(lambda (_interactive project)
-          (list "millet-ls" (project-root project)))))
+          (list "millet-ls" (project-root project))))
+    ((blueprint-mode blueprint-ts-mode) . ("blueprint-compiler" "lsp")))
   "How the command `eglot' guesses the server to start.
 An association list of (MAJOR-MODE . CONTACT) pairs.  MAJOR-MODE
 identifies the buffers that are to be managed by a specific