hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=bc3a11dbb8e1a5ddc0292b830c1cba5ec282b85d
commit bc3a11dbb8e1a5ddc0292b830c1cba5ec282b85d Author: Hermet Park <her...@hermet.pe.kr> Date: Wed Jul 13 11:58:02 2016 +0900 update syntax color keywords. --- data/color/edc.src | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/color/edc.src b/data/color/edc.src index 5f85e37..80b576c 100644 --- a/data/color/edc.src +++ b/data/color/edc.src @@ -37,6 +37,7 @@ group "syntax_color_group" struct { value "key" string: "description"; value "key" string: "desc"; value "key" string: "dragable"; + value "key" string: "externals"; value "key" string: "external"; value "key" string: "fill"; value "key" string: "gradient"; @@ -49,6 +50,7 @@ group "syntax_color_group" struct { value "key" string: "map"; value "key" string: "origin"; value "key" string: "params"; + value "key" string: "param"; value "key" string: "parts"; value "key" string: "part"; value "key" string: "programs"; --