diff options
author | hermet <hermet@neoni.(none)> | 2013-03-02 01:01:16 +0900 |
---|---|---|
committer | hermet <hermet@neoni.(none)> | 2013-03-02 01:01:16 +0900 |
commit | b8cee23050f12d15a271575115b251bedf545ace (patch) | |
tree | 1497cfac0eb8660d66d0e363f30470797b74ea6a /data | |
parent | 7ccdb921ad08a64262328cc944296bc501f732e2 (diff) | |
download | efl-b8cee23050f12d15a271575115b251bedf545ace.tar.gz |
edje - updated edc.vim syntax
Diffstat (limited to 'data')
-rw-r--r-- | data/edje/vim/syntax/edc.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/edje/vim/syntax/edc.vim b/data/edje/vim/syntax/edc.vim index 61da981d67..9cbd5bb142 100644 --- a/data/edje/vim/syntax/edc.vim +++ b/data/edje/vim/syntax/edc.vim @@ -57,6 +57,7 @@ syn keyword edcConstant ACCEL_FAC DECEL_FAC SIN_FAC DIVISOR_INTERP syn keyword edcConstant ACCELERATE_FACTOR DECELERATE_FACTOR syn keyword edcConstant VERTICAL HORIZONTAL BOTH BOX TABLE syn keyword edcConstant EDITABLE PASSWORD "default" +syn keyword edcConstant SOLID syn keyword edcTodo contained TODO FIXME XXX |