hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=f00792bba235d1ca2475fc2b58965916f36093c6
commit f00792bba235d1ca2475fc2b58965916f36093c6 Author: ChunEon Park <[email protected]> Date: Tue Aug 5 16:32:59 2014 +0900 syntax_color: add a keyword --- data/color/color.src | 1 + 1 file changed, 1 insertion(+) diff --git a/data/color/color.src b/data/color/color.src index aa95de8..db0305e 100644 --- a/data/color/color.src +++ b/data/color/color.src @@ -86,6 +86,7 @@ group "syntax_color_group" struct { value "key" string: "inherit"; value "key" string: "insert_after"; value "key" string: "insert_before"; + value "key" string: "in"; value "key" string: "item"; value "key" string: "max"; value "key" string: "middle"; --
