Skip to content

Commit d7033b1

Browse files
committed
Add julia spec link too
1 parent 155cf32 commit d7033b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,10 @@ otherwise an empty dictionary (`{}`) should be returned.
379379
guess at where a user's `nodejs` might be found
380380
- some language servers are hard to start purely from the command line
381381
- use a helper script to encapsulate some complexity, or
382-
- use a command argument of the interpreter is available (see the [r spec][] and julia spec for examples)
382+
- use a command argument of the interpreter is available (see the [r spec][] and [julia spec] for examples)
383383

384384
[r spec]: https://github.com/krassowski/jupyterlab-lsp/blob/master/python_packages/jupyter_lsp/jupyter_lsp/specs/r_languageserver.py
385+
[julia spec]: https://github.com/krassowski/jupyterlab-lsp/blob/master/python_packages/jupyter_lsp/jupyter_lsp/specs/julia_language_server.py
385386

386387
##### Example: making a pip-installable `cool-language-server` spec
387388

0 commit comments

Comments
 (0)