aboutsummaryrefslogtreecommitdiff
path: root/luxc/src
diff options
context:
space:
mode:
authorEduardo Julian2019-03-15 00:23:49 -0400
committerEduardo Julian2019-03-15 00:23:49 -0400
commitf9d4d316ef9666f6b122b0eec8180351216e95f8 (patch)
tree2a66da0c7552dcb3642ba37afd53f1bef44eef41 /luxc/src
parent9449d89f611ba3192373fdeb6848d02707ff1292 (diff)
Changed the convention for the structure opening separator from "/" to ";", to avoid confusion since "/" is used for relative module paths.
Diffstat (limited to 'luxc/src')
-rw-r--r--luxc/src/lux/base.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/luxc/src/lux/base.clj b/luxc/src/lux/base.clj
index 0b14e667d..0d7d661d7 100644
--- a/luxc/src/lux/base.clj
+++ b/luxc/src/lux/base.clj
@@ -686,6 +686,7 @@
\! "_BG"
\? "_QM"
\: "_CO"
+ \; "_SC"
\. "_PD"
\, "_CM"
\< "_LT"