Edje: Improved vim syntax file edc.vim.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 8 May 2011 06:21:33 +0000 (06:21 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 8 May 2011 06:21:33 +0000 (06:21 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@59264 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/edc.vim

index 1d9be9c..55e1f0b 100644 (file)
@@ -1,7 +1,7 @@
 " Vim syntax file
 " Language:    EDC
 " Maintainer:  billiob <billiob@gmail.com>
-" Last Change: 04/21/2010
+" Last Change: 05/08/2011
 
 " For version 5.x: Clear all syntax items
 " For version 6.x: Quit when a syntax file was already loaded
@@ -31,10 +31,10 @@ syn keyword cLabel          alias events entry_mode select_mode multiline
 syn keyword    cLabel          source1 source2 source3 source4 source5 source6
 syn keyword    cLabel          text_source transitions layout padding
 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 pointer_mode prefer
+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
+syn keyword    cLabel          external params size_range border_scale
 
 syn keyword    cConditional    if else switch
 syn keyword    cRepeat         while for do