From ac0d0bb98ec7b0d4f4f109f3581fed543839edf2 Mon Sep 17 00:00:00 2001 From: billiob Date: Wed, 21 Apr 2010 21:00:40 +0000 Subject: [PATCH] edje: improve vim syntax file and become the maintainer git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@48214 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- data/edc.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/edc.vim b/data/edc.vim index eaf4cc4..1d9be9c 100644 --- a/data/edc.vim +++ b/data/edc.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: EDC -" Maintainer: no one? -" Last Change: 2005 +" Maintainer: billiob +" Last Change: 04/21/2010 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded @@ -12,7 +12,7 @@ elseif exists("b:current_syntax") endif " A bunch of useful C keywords -syn keyword cStructure images data fonts collections group +syn keyword cStructure images data fonts collections group externals syn keyword cStructure part parts dragable description rel1 rel2 syn keyword cStatement text image font fill origin size tag syn keyword cStructure programs program script script_only lua_script lua_script_only styles style base @@ -34,6 +34,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 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 cConditional if else switch syn keyword cRepeat while for do -- 2.7.4