edje edc.vim: Added minmul to edc vim keyword.

SVN revision: 78965
This commit is contained in:
Daniel Juyung Seo 2012-11-07 08:49:42 +00:00
parent eee0fed1a0
commit 99ce2c390e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ syn keyword cLabel size_w size_h size_max_w size_max_h size_min_w size_min_w
syn keyword cLabel spread scale_hint elipsis ellipsis pointer_mode prefer
syn keyword cLabel precise_is_inside use_alternate_font_metrics options
syn keyword cLabel aspect_mode position span angle repch api
syn keyword cLabel external params size_range border_scale
syn keyword cLabel external params size_range border_scale minmul
syn keyword cConditional if else switch
syn keyword cRepeat while for do