Enlightenment CVS committal Author : glassy_ape Project : e17 Module : libs/edje
Dir : e17/libs/edje/data Modified Files: edc.vim Log Message: Now colons are valid =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/data/edc.vim,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- edc.vim 19 Oct 2004 16:37:19 -0000 1.7 +++ edc.vim 5 Jan 2005 17:40:49 -0000 1.8 @@ -246,18 +246,10 @@ syn region cDefine start="^\s*#\s*\(define\|undef\)\>" skip="\\$" end="$" end="//"me=s-1 contains=ALLBUT,@cPreProcGroup syn region cPreProc start="^\s*#\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" skip="\\$" end="$" keepend contains=ALLBUT,@cPreProcGroup -" Highlight User Labels -syn cluster cMultiGroup contains=cIncluded,cSpecial,cCommentSkip,cCommentString,cComment2String,@cCommentGroup,cCommentStartError,cUserCont,cUserLabel,cBitField,cOctalZero,cCppOut,cCppOut2,cCppSkip,cFormat,cNumber,cFloat,cOctal,cOctalError,cNumbersCom,cCppParen,cCppBracket,cCppString -syn region cMulti transparent start='?' skip='::' end=':' contains=ALLBUT,@cMultiGroup -" Avoid matching foo::bar() in C++ by requiring that the next char is not ':' -syn cluster cLabelGroup contains=cUserLabel -syn match cUserCont display "^\s*\I\i*\s*:$" [EMAIL PROTECTED] -syn match cUserCont display ";\s*\I\i*\s*:$" [EMAIL PROTECTED] -syn match cUserCont display "^\s*\I\i*\s*:[^:]"me=e-1 [EMAIL PROTECTED] -syn match cUserCont display ";\s*\I\i*\s*:[^:]"me=e-1 [EMAIL PROTECTED] - syn match cUserLabel display "\I\i*" contained + + if exists("c_minlines") let b:c_minlines = c_minlines else ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs