vscode-shiki-bridge 0.0.1 → 0.0.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,6 +36,10 @@ const html = highlighter.codeToHtml(
36
36
  );
37
37
  ```
38
38
 
39
+ #### Results
40
+
41
+ ![VS Code Shiki Bridge Example](images/vscode-shiki-bridge.png)
42
+
39
43
  ## Development and Debug
40
44
 
41
45
  1. Open the project in VS Code / Cursor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vscode-shiki-bridge",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Embed Shiki code blocks in VS Code, inheriting the user's themes and languages",
5
5
  "type": "module",
6
6
  "license": "MIT",