Skip to content

Commit

Permalink
📝 fix link and images
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkangxgwe committed Feb 5, 2019
1 parent d4ed2fd commit f2e4fb3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
**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 -->

Expand Down Expand Up @@ -91,20 +91,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.jpg)
![hover](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/develop/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.jpg)
![completion](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/develop/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.jpg)
![diagnostics](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/develop/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
Expand Down
6 changes: 3 additions & 3 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@ Restart VS Code to take effect.
- *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.jpg)
![hover](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/develop/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.jpg)
![completion](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/develop/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.jpg)
![diagnostics](https://raw.githubusercontent.com/kenkangxgwe/lsp-wl/develop/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
Expand Down
Binary file added images/diagnostics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/syntax.png
Binary file not shown.

0 comments on commit f2e4fb3

Please sign in to comment.