branch: externals/matlab-mode
commit c7c5b4a89e8404349aa15c717a84e4d025170f70
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
Fix MATLAB language server build instructions
See issue #69
---
README.org | 4 +++-
doc/matlab-language-server-lsp-mode.org | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 4aabb307a3..765c4761a4 100644
--- a/README.org
+++ b/README.org
@@ -192,7 +192,9 @@ aligned, etc.
See
[[file:doc/install-matlab-tree-sitter-grammar.org][doc/install-matlab-tree-sitter-grammar.org]]
-4. [Optional] Install lsp-mode and the
[[file:doc/matlab-language-server-lsp-mode.org][MATLAB Language Server]] for an
improved editing experience.
+4. [Optional] Install lsp-mode and the
[[file:doc/matlab-language-server-lsp-mode.org][MATLAB Language Server]] for an
improved editing capabilities.
+ Code navigation: jump to definition and back, find references, and rename
symbols. Also provides
+ improved MATLAB code analyzer (mlint) message interaction.
5. [Optional] Check your installation setup.
diff --git a/doc/matlab-language-server-lsp-mode.org
b/doc/matlab-language-server-lsp-mode.org
index 1690e4d348..c49e12976f 100644
--- a/doc/matlab-language-server-lsp-mode.org
+++ b/doc/matlab-language-server-lsp-mode.org
@@ -95,7 +95,7 @@ type =M-,= to jump back.
+ In the cloned or unzipped directory,
#+begin_src bash
- npm install
+ npm project-install
npm run compile
npm run package # optional JavaScript minimization