Skip to content

Commit

Permalink
📝 update image links to relative path.
Browse files Browse the repository at this point in the history
kenkangxgwe committed May 15, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e49d955 commit e4d8da1
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -3,21 +3,21 @@
[![Develop with: Wolfram Language](https://img.shields.io/badge/Develop%20with-Wolfram%20Language-%23d81013.svg)](http://www.wolfram.com/language/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

![WolframLanguageServerLogo](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/master/images/wolfram-language-server-logo-clipped.png)
![WolframLanguageServerLogo](images/wolfram-language-server-logo-clipped.png)
> by [kenkangxgwe](mailto:[email protected]) and [hxianglong](https://github.com/huxianglong)
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
**Table of Contents**

- [Wolfram Language Server](#wolfram-language-server)
- [Installation](#installation)
- [Run the Server](#run-the-server)
- [Features](#features)
- [Contribute](#contribute)
- [Design Principles](#design-principles)
- [Todo list](#todo-list)
- [Donations :dollar:](#donations-dollar)
- [Footnotes](#footnotes)
- [Installation](#installation)
- [Run the Server](#run-the-server)
- [Features](#features)
- [Contribute](#contribute)
- [Design Principles](#design-principles)
- [Todo list](#todo-list)
- [Donations :dollar:](#donations-dollar)
- [Footnotes](#footnotes)

<!-- markdown-toc end -->

@@ -89,20 +89,20 @@ This is a good way to see the results from the unit tests.
- *Hover:* Provide definitions for Wolfram functions and system variables, such
as `String` and `$Path`.

![hover](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/master/images/hover.png)
![hover](images/hover.png)

- *Completion:* The completion is triggered by the client automatically.
Currently, Wolfram functions and system variables would be displayed.

- *Completion Resolve:* Further information would be provided for the items in
the list.

![completion](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/master/images/completion.png)
![completion](images/completion.png)

- *Diagnostics:* Syntax error would be underlined. However, the specific syntax
error is not supported at the moment.

![diagnostics](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/master/images/diagnostics.png)
![diagnostics](images/diagnostics.png)

This is an early release, so more features are on the way. Syntax highlight is
NOT supported according to the design of LSP, but there are already some good
@@ -160,8 +160,7 @@ thanks in advance :smile:.

- Paypal: [email protected]
- Alipay (With QRCode): 13916018006
![Alipay
QRCode](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/master/images/alipay.jpg)
![Alipay QRCode](images/alipay.jpg)

## Footnotes

0 comments on commit e4d8da1

Please sign in to comment.