hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=8b27ad269cb6b10063dae25d37fc732b3a27dda7
commit 8b27ad269cb6b10063dae25d37fc732b3a27dda7 Author: ChunEon Park <[email protected]> Date: Wed Dec 24 16:31:27 2014 +0900 syntax_color: add anti_alias keyword --- data/color/color.src | 1 + 1 file changed, 1 insertion(+) diff --git a/data/color/color.src b/data/color/color.src index 332fca6..b6c88ca 100644 --- a/data/color/color.src +++ b/data/color/color.src @@ -66,6 +66,7 @@ group "syntax_color_group" struct { value "key" string: "after"; value "key" string: "alias"; value "key" string: "align"; + value "key" string: "anti_alias"; value "key" string: "aspect_mode"; value "key" string: "aspect_preference"; value "key" string: "aspect"; --
