aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/macro/syntax/annotations.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/macro/syntax/annotations.lux')
-rw-r--r--stdlib/source/documentation/lux/macro/syntax/annotations.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/macro/syntax/annotations.lux b/stdlib/source/documentation/lux/macro/syntax/annotations.lux
index 2fbb28d35..108d975ab 100644
--- a/stdlib/source/documentation/lux/macro/syntax/annotations.lux
+++ b/stdlib/source/documentation/lux/macro/syntax/annotations.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- char)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [char]}
+ ["$" documentation {"+" [documentation:]}]
[data
[text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list]]]]]
[\\library