added menu support

This commit is contained in:
Zhang Chiyuan
2008-03-06 09:15:58 +00:00
parent be0493a0cb
commit 47e01c676f
17 changed files with 157 additions and 10 deletions

6
snippets/c-mode/if Normal file
View File

@@ -0,0 +1,6 @@
#name : if ( <20><> ) { <20><> }
# --
if (${1:condition})
{
$0
}