enventor - removed syntax color file. will add it later.

This commit is contained in:
ChunEon Park 2013-08-28 01:39:57 +09:00
parent 68d0a99bf3
commit 731f23819c
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
group "Edje_Writer" struct {
group "Syntax_Group1" struct {
group "Color_RGBA" struct {
value "r" uint: 255;
value "g" uint: 0;
value "b" uint: 0;
value "a" uint: 255;
}
group "keyword" list {
value "val" string: "COMP";
value "val" string: "IMAGE";
value "val" string: "RECT";
value "val" string: "SWALLOW";
value "val" string: "TEXT";
value "val" string: "TEXTBLOCK";
value "val" string: "STATE_SET";
}
}
}