eglot: Add blueprint language server (Bug#70015)
authornibon7 <nibon7@163.com>
Tue, 26 Mar 2024 09:24:33 +0000 (17:24 +0800)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 18 May 2024 21:37:20 +0000 (23:37 +0200)
* lisp/progmodes/eglot.el (eglot-server-programs): Add
blueprint-compiler.

lisp/progmodes/eglot.el

index 0ba69f66f0d1b9881713068c8f2f1bfaf89f3f02..94b45abe1d87c8d437322c106da7a7682476bb53 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