@markdy/language-server 1.0.23 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -19,7 +19,14 @@ The server translates parse diagnostics and symbols into LSP responses.
19
19
  ## Output preview
20
20
 
21
21
  <p align="center">
22
- <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-governance-audit.webp" alt="Markdy Language Server & Diagnostics Preview" width="900" />
22
+ <a href="https://markdy.com/playground/">
23
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-split-editor.webp" alt="Markdy Language Server Code Completion & Hover Preview" width="900" />
24
+ </a>
25
+ </p>
26
+ <p align="center">
27
+ <a href="https://markdy.com/playground/">
28
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-governance-audit.webp" alt="Markdy Language Server & Diagnostics Preview" width="900" />
29
+ </a>
23
30
  </p>
24
31
 
25
32
  Run on stdio:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/language-server",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "Language Server Protocol implementation for diagram-native MarkdyScript diagrams.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,8 +46,8 @@
46
46
  "dependencies": {
47
47
  "vscode-languageserver": "^9.0.1",
48
48
  "vscode-languageserver-textdocument": "^1.0.12",
49
- "@markdy/stdlib-systems": "1.0.23",
50
- "@markdy/core": "1.0.23"
49
+ "@markdy/stdlib-systems": "1.0.25",
50
+ "@markdy/core": "1.0.25"
51
51
  },
52
52
  "devDependencies": {
53
53
  "tsup": "^8.5.1",