aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
diff options
context:
space:
mode:
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/chars.in b/chars.in
index d2620e31..d7988f5d 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.6 2009/09/21 14:40:31 kristaps Exp $ */
+/* $Id: chars.in,v 1.7 2009/09/21 23:12:08 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -256,7 +256,7 @@ CHAR("hy", 2, "-", 1, "", 0)
CHAR("if", 2, "oo", 2, "", 0)
CHAR("lA", 2, "<=", 2, "", 0)
CHAR("lB", 2, "[", 1, "[", 1)
-CHAR("lC", 2, "{", 1, "", 0)
+CHAR("lC", 2, "{", 1, "{", 1)
CHAR("la", 2, "<", 1, "&lt;", 4)
CHAR("lh", 2, "<=", 2, "", 0)
CHAR("mo", 2, "E", 1, "", 0)
@@ -275,7 +275,7 @@ CHAR("r!", 2, "i", 1, "", 0)
CHAR("r?", 2, "c", 1, "", 0)
CHAR("rA", 2, "=>", 2, "", 0)
CHAR("rB", 2, "]", 1, "]", 1)
-CHAR("rC", 2, "}", 1, "", 0)
+CHAR("rC", 2, "}", 1, "}", 1)
CHAR("ra", 2, ">", 1, "&gt;", 4)
CHAR("rg", 2, "(R)", 3, "", 0)
CHAR("rh", 2, "=>", 2, "", 0)