@vmz/plugin-shiki 0.0.2 → 0.0.4

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 +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -34,4 +34,5 @@ plugin should make code easier to understand without becoming a parallel applica
34
34
  - **Theme-aware presentation:** technical content can belong to the surrounding design.
35
35
  - **Graceful fallback:** source remains readable when rich highlighting is unavailable.
36
36
 
37
- Use Shiki where code itself is part of the product. If users are meant to edit the code, pair the reading experience with CodeMirror or Monaco rather than stretching a highlighter into an editor.
37
+ Use Shiki where code itself is part of the product. If users are meant to edit the code, pair the reading experience
38
+ with CodeMirror or Monaco rather than stretching a highlighter into an editor.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vmz/plugin-shiki",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "description": "VMZ Shiki adapter - <Shiki> + code engine registration",
6
6
  "license": "MIT",
@@ -17,11 +17,11 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@vmz/plugin": "0.0.2"
20
+ "@vmz/plugin": "0.0.4"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "shiki": ">=3",
24
- "vmz-textmate": "0.0.2"
24
+ "vmz-textmate": "0.0.4"
25
25
  },
26
26
  "peerDependenciesMeta": {
27
27
  "shiki": {