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/struct Normal file
View File

@@ -0,0 +1,6 @@
#name : struct <20><> { <20><> }
# --
struct ${1:name}
{
$0
};