aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/php.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/php.lux')
-rw-r--r--stdlib/source/library/lux/target/php.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/target/php.lux b/stdlib/source/library/lux/target/php.lux
index ef08c945d..0369549f3 100644
--- a/stdlib/source/library/lux/target/php.lux
+++ b/stdlib/source/library/lux/target/php.lux
@@ -13,18 +13,18 @@
["%" \\format (.only format)]]
[collection
["[0]" list (.use "[1]#[0]" functor mix)]]]
- [macro
- [syntax (.only syntax)]
- ["[0]" template]]
[math
[number
["n" nat]
["f" frac]]]
[meta
- [type
- [primitive (.except)]]
["[0]" code (.only)
- ["<[1]>" \\parser]]]]])
+ ["<[1]>" \\parser]]
+ [macro
+ [syntax (.only syntax)]
+ ["[0]" template]]
+ [type
+ [primitive (.except)]]]]])
(def input_separator ", ")
(def statement_suffix ";")