aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/macro/syntax.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/macro/syntax.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/documentation/lux/macro/syntax.lux b/stdlib/source/documentation/lux/macro/syntax.lux
index feb49c8e9..e8b7f4c21 100644
--- a/stdlib/source/documentation/lux/macro/syntax.lux
+++ b/stdlib/source/documentation/lux/macro/syntax.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux (#- char)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [char]}
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]
[collection
["." list]]]]]
- ["." / #_
+ ["." / "_"
["#." annotations]
["#." check]
["#." declaration]
["#." definition]
["#." export]
["#." input]
- ["#." type #_
+ ["#." type "_"
["#/." variable]]]
[\\library
["." /]])