aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/format/html.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/format/html.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/library/lux/data/format/html.lux b/stdlib/source/library/lux/data/format/html.lux
index c58187017..6b662a38d 100644
--- a/stdlib/source/library/lux/data/format/html.lux
+++ b/stdlib/source/library/lux/data/format/html.lux
@@ -2,27 +2,27 @@
[library
[lux {"-" [Meta Source comment and]}
[control
- ["." function]
- ["." maybe ("#\." functor)]]
+ ["[0]" function]
+ ["[0]" maybe ("[1]\[0]" functor)]]
[data
- ["." product]
- ["." text
+ ["[0]" product]
+ ["[0]" text
["%" format {"+" [format]}]]
[collection
- ["." list ("#\." functor mix)]]]
+ ["[0]" list ("[1]\[0]" functor mix)]]]
[type
abstract]
[host
- ["." js]]
+ ["[0]" js]]
[macro
- ["." template]]
+ ["[0]" template]]
[world
[net {"+" [URL]}]]]]
[//
[css
- ["." selector]
- ["." style {"+" [Style]}]]
- ["." xml {"+" [XML]}]])
+ ["[0]" selector]
+ ["[0]" style {"+" [Style]}]]
+ ["[0]" xml {"+" [XML]}]])
(type: .public Tag selector.Tag)
(type: .public ID selector.ID)