color: add a new keyword, "CUBIC_BEZIER"

@fix
This commit is contained in:
ChunEon Park 2014-12-04 19:32:19 +09:00
parent 2029a8ae45
commit 20e1f20e6f
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ group "syntax_color_group" struct {
value "key" string: "BOTTOM";
value "key" string: "BOUNCE";
value "key" string: "BOX";
value "key" string: "CUBIC_BEZIER";
value "key" string: "COMP";
value "key" string: "CURRENT";
value "key" string: "DECELERATE_FACTOR";