hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=f705d89495f7625b09607cd47093818c7b89726e

commit f705d89495f7625b09607cd47093818c7b89726e
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Mon Jun 29 22:01:40 2015 +0900

    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";

-- 


Reply via email to