;====================== ;Files to auto-complete ;====================== Extensions: cpp c h ;=============== ;Word delimiters ;=============== Delimiters: ( ) { } = . , ; * ;================ ;Words and blocks ;================ Words: %#class class %| { }; %#do do { } while (%|); %#for for (%|; ; ) { } %#if if (%|) { } %#MessageBox MessageBox(NULL, "%|", NULL, 0); %#struct struct %| { }; %#switch switch (%|) { case : } %#try try { %| } catch () { } %#while while (%|) { }