aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/extension.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/extension.lux')
-rw-r--r--stdlib/source/documentation/lux/extension.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/documentation/lux/extension.lux b/stdlib/source/documentation/lux/extension.lux
index 49a37153c..c9216cb0c 100644
--- a/stdlib/source/documentation/lux/extension.lux
+++ b/stdlib/source/documentation/lux/extension.lux
@@ -2,28 +2,28 @@
[library
[lux "*"
["$" documentation {"+" [documentation:]}]
- ["." debug]
+ ["[0]" debug]
[control
["<>" parser
- ["<.>" code]]]
+ ["<[0]>" code]]]
[data
- ["." text {"+" [\n]}
+ ["[0]" text {"+" [\n]}
["%" format {"+" [format]}]]
[collection
- ["." row]]]
+ ["[0]" row]]]
[macro
- ["." template]]
+ ["[0]" template]]
["@" target
- ["." jvm]]
+ ["[0]" jvm]]
[tool
[compiler
- ["." phase]
+ ["[0]" phase]
[language
[lux
[phase
- ["." directive]]]]]]]]
+ ["[0]" directive]]]]]]]]
[\\library
- ["." /]])
+ ["[0]" /]])
(documentation: /.analysis:
"Mechanism for defining extensions to Lux's analysis/type-checking infrastructure."