aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world/shell.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-01 21:52:34 -0400
committerEduardo Julian2022-06-01 21:52:34 -0400
commit5d44577c3849a045052dc1c9f0dd7deddd032120 (patch)
treeb0e00801734720e9f985c7dfa239aaa0bdea7bcd /stdlib/source/documentation/lux/world/shell.lux
parent659537b4ec859f1e705cdd1f82da29ab1a662d94 (diff)
Extensible import syntax: Part 1
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/world/shell.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/world/shell.lux b/stdlib/source/documentation/lux/world/shell.lux
index cccc8dc3e..782bc4d63 100644
--- a/stdlib/source/documentation/lux/world/shell.lux
+++ b/stdlib/source/documentation/lux/world/shell.lux
@@ -1,14 +1,14 @@
(.using
[library
[lux "*"
- ["$" documentation {"+" documentation:}]
+ ["$" documentation (.only documentation:)]
["@" target]
[control
["<>" parser
["<[0]>" code]]]
[data
- ["[0]" text {"+" \n}
- ["%" format {"+" format}]]]
+ ["[0]" text (.only \n)
+ ["%" format (.only format)]]]
[macro
["[0]" template]]]]
[\\library