From f705d89495f7625b09607cd47093818c7b89726e Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 29 Jun 2015 22:01:40 +0900 Subject: [PATCH] color: fix conflict set and set_xxx. this is tricky but works. --- data/color/color.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/color/color.src b/data/color/color.src index 1d750b9..617d529 100644 --- a/data/color/color.src +++ b/data/color/color.src @@ -54,7 +54,8 @@ group "syntax_color_group" struct { value "key" string: "rotation"; value "key" string: "sample"; value "key" string: "script"; - value "key" string: "set"; + value "key" string: "set."; + value "key" string: "set "; value "key" string: "sounds"; value "key" string: "styles"; value "key" string: "swallow";