unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#69796: [PATCH] Added language server for Move to eglot
@ 2024-03-14 11:52 Pankaj Jangid
  2024-03-14 15:17 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Pankaj Jangid @ 2024-03-14 11:52 UTC (permalink / raw)
  To: 69796

[-- Attachment #1: Type: text/plain, Size: 763 bytes --]

Tags: patch

Move is a programming language for writing safe smart contracts; and
move-analyzer is the official language server. Following is the link to
the official code repository of move language.

https://github.com/move-language/move/tree/main/language/move-analyzer



In GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin23.3.0, NS
 appkit-2487.40 Version 14.3.1 (Build 23D60)) of 2024-03-14 built on
 Pankajs-MacBook-Pro.local
Repository revision: db5c8bda638468f8798c974f4ef4ab3905dbddd3
Repository branch: master
Windowing system distributor 'Apple', version 10.3.2487
System Description:  macOS 14.3.1

Configured using:
 'configure 'CFLAGS=-I/opt/homebrew/Cellar/tree-sitter/0.22.1/include '
 'LDFLAGS=-L/opt/homebrew/Cellar/tree-sitter/0.22.1/lib ''


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Added-language-server-for-Move-to-eglot.patch --]
[-- Type: text/patch, Size: 904 bytes --]

From 1368eb3a40ab4b5c40e7f8f8fc7ee02c3db195de Mon Sep 17 00:00:00 2001
From: Pankaj Jangid <pankaj@codeisgreat.org>
Date: Thu, 14 Mar 2024 17:11:43 +0530
Subject: [PATCH] Added language server for Move to eglot

* lisp/progmodes/eglot.el (eglot-server-programs): Added move-analyzer
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 4ffaf5f8a0e..b3fd104a227 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -295,6 +295,7 @@ eglot-server-programs
     ((nushell-mode nushell-ts-mode) . ("nu" "--lsp"))
     (gdscript-mode . ("localhost" 6008))
     (fennel-mode . ("fennel-ls"))
+    (move-mode . ("move-analyzer"))
     ((fortran-mode f90-mode) . ("fortls"))
     (futhark-mode . ("futhark" "lsp"))
     ((lua-mode lua-ts-mode) . ,(eglot-alternatives
-- 
2.39.3 (Apple Git-146)


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

* bug#69796: [PATCH] Added language server for Move to eglot
  2024-03-14 11:52 bug#69796: [PATCH] Added language server for Move to eglot Pankaj Jangid
@ 2024-03-14 15:17 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-03-14 15:17 UTC (permalink / raw)
  To: Pankaj Jangid; +Cc: 69796-done

> From: Pankaj Jangid <pankaj@codeisgreat.org>
> Date: Thu, 14 Mar 2024 17:22:47 +0530
> 
> Move is a programming language for writing safe smart contracts; and
> move-analyzer is the official language server. Following is the link to
> the official code repository of move language.
> 
> https://github.com/move-language/move/tree/main/language/move-analyzer

Thanks, installed on the master branch, and closing the bug.





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

end of thread, other threads:[~2024-03-14 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14 11:52 bug#69796: [PATCH] Added language server for Move to eglot Pankaj Jangid
2024-03-14 15:17 ` Eli Zaretskii

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).