@plurnk/plurnk-grammar 0.12.0 → 0.12.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.
- package/package.json +1 -1
- package/plurnk.md +1 -0
package/package.json
CHANGED
package/plurnk.md
CHANGED
|
@@ -96,6 +96,7 @@ Body content is character-perfect, exactly matching whitespace.
|
|
|
96
96
|
```
|
|
97
97
|
<<FIND(config/**/*.xml)://user[@role='admin']:FIND
|
|
98
98
|
<<READ(lang/??.json):$.greeting:READ
|
|
99
|
+
<<READ(log://1/2/3):$[*].matched.codename:READ
|
|
99
100
|
<<READ(https://en.wikipedia.org/wiki/Paris)<426,465>::READ
|
|
100
101
|
<<EDIT[philosophy,existentialism](known://philosophy/existentialism/meaning):The meaning of life is 42:EDIT
|
|
101
102
|
<<EDIT[france,geography](unknown://countries/france/capital):What is the capital of France?:EDIT
|