diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-05-19 03:21:03 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-05-19 03:21:03 +0900 |
commit | 3cd0f33e1b1e046f8bb78049fc0e6a7b7ea7a02b (patch) | |
tree | 9536379ffdb1c7f61febbbd2601ff2230c93a9b9 /data | |
parent | 31b1e11d8d154efa06ef0d777dc6d1c47cd94148 (diff) | |
download | efl-3cd0f33e1b1e046f8bb78049fc0e6a7b7ea7a02b.tar.gz |
edje/vim - syntax updated
Diffstat (limited to 'data')
-rw-r--r-- | data/edje/vim/syntax/edc.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/edje/vim/syntax/edc.vim b/data/edje/vim/syntax/edc.vim index 9cbd5bb142..854fec1ab8 100644 --- a/data/edje/vim/syntax/edc.vim +++ b/data/edje/vim/syntax/edc.vim @@ -24,7 +24,7 @@ syn keyword edcBlock map rotation perspective script lua_script contained syn keyword edcLabel item name alias min max type effect contained syn keyword edcLabel mouse_events repeat_events clip_to contained syn keyword edcLabel x y z confine events scale contained -syn keyword edcLabel ignore_flags precise_is_inside contained +syn keyword edcLabel ignore_flags precise_is_inside select_mode contained syn keyword edcLabel use_alternate_font_metrics entry_mode contained syn keyword edcLabel source source2 source3 source4 contained syn keyword edcLabel source5 source6 multiline pointer_mode contained @@ -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 DEFAULT EXPLICIT BLOCK_HANDLE syn keyword edcConstant SOLID syn keyword edcTodo contained TODO FIXME XXX |