From 04b6840cca75bd4aa6a92209bbbd645c3f34fcb7 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sun, 3 May 2015 23:14:48 -0400 Subject: [PATCH] remove the quote maybe github will color it better now. it's using the moonscript syntax files. --- ex.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ex.moon b/ex.moon index dba0f9e..8e9e5a8 100644 --- a/ex.moon +++ b/ex.moon @@ -42,8 +42,8 @@ other_hash: { # we may reference an item that was defined earlier using a sigil repeat_hash: @hash -# items can be hidden. i.e., they're only valid in the parse and eval stage as -# intermediate values internal to the config file; they are *not* visible to +# items can be hidden. i.e., they are only valid in the parse and eval stage +# as intermediate values internal to the config file; they are *not* visible to # the host program. This is generally useful for composing larger, more # complicated things. @hidden_item: it has a value