aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/lua.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/lua.lux')
-rw-r--r--stdlib/source/library/lux/target/lua.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/target/lua.lux b/stdlib/source/library/lux/target/lua.lux
index 91fe9e4a5..821449098 100644
--- a/stdlib/source/library/lux/target/lua.lux
+++ b/stdlib/source/library/lux/target/lua.lux
@@ -3,8 +3,8 @@
[lux {"-" Location Code Label int if function or and not let local comment the}
["@" target]
[abstract
- [equivalence {"+" Equivalence}]
- [hash {"+" Hash}]
+ [equivalence (.only Equivalence)]
+ [hash (.only Hash)]
["[0]" enum]]
[control
["[0]" pipe]
@@ -12,11 +12,11 @@
["<[0]>" code]]]
[data
["[0]" text
- ["%" format {"+" format}]]
+ ["%" format (.only format)]]
[collection
["[0]" list ("[1]#[0]" functor mix)]]]
[macro
- [syntax {"+" syntax:}]
+ [syntax (.only syntax:)]
["[0]" template]
["[0]" code]]
[math