@puruslang/prettier-plugin-purus 0.7.0 → 0.7.1

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.
package/README-ja.md CHANGED
@@ -25,6 +25,13 @@ Purus — _/ˈpuː.rus/_ _**ラテン語で 純粋✨**_ — は、美しく、
25
25
 
26
26
  Purusは、 _Shiftキー_ をほとんど押さずにプログラミングできます。
27
27
 
28
+ ```purus
29
+ let name
30
+ name be ///Purus///
31
+ const message be ///Welcome to [name]!///
32
+ console.log[message] -- Welcome to Purus!
33
+ ```
34
+
28
35
  ## インストール
29
36
 
30
37
  ```sh
package/README.md CHANGED
@@ -25,6 +25,13 @@ Purus - _/ˈpuː.rus/_ _**means pure✨ in Latin**_ - is a beautiful, simple, an
25
25
 
26
26
  With Purus, you can write code almost without pressing the _Shift key_.
27
27
 
28
+ ```purus
29
+ let name
30
+ name be ///Purus///
31
+ const message be ///Welcome to [name]!///
32
+ console.log[message] -- Welcome to Purus!
33
+ ```
34
+
28
35
  ## Install
29
36
 
30
37
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puruslang/prettier-plugin-purus",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Prettier plugin for the Purus language",
5
5
  "license": "Apache-2.0",
6
6
  "main": "src/index.js",