I'd like to throw in a suggestion to just extract the syntax file from the vimball in edje/data and use that. It is much more feature complete
On Thu, Apr 22, 2010 at 12:00 AM, Enlightenment SVN < [email protected]> wrote: > Log: > edje: improve vim syntax file and become the maintainer > Author: billiob > Date: 2010-04-21 14:00:40 -0700 (Wed, 21 Apr 2010) > New Revision: 48214 > > Modified: > trunk/edje/data/edc.vim > > Modified: trunk/edje/data/edc.vim > =================================================================== > --- trunk/edje/data/edc.vim 2010-04-21 20:55:23 UTC (rev 48213) > +++ trunk/edje/data/edc.vim 2010-04-21 21:00:40 UTC (rev 48214) > @@ -1,7 +1,7 @@ > " Vim syntax file > " Language: EDC > -" Maintainer: no one? > -" Last Change: 2005 > +" Maintainer: billiob <[email protected]> > +" 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 @@ > 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 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 > > > > ------------------------------------------------------------------------------ > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
