mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 22:42:25 +00:00
added menu support
This commit is contained in:
6
snippets/c-mode/struct
Normal file
6
snippets/c-mode/struct
Normal file
@@ -0,0 +1,6 @@
|
||||
#name : struct <20><> { <20><> }
|
||||
# --
|
||||
struct ${1:name}
|
||||
{
|
||||
$0
|
||||
};
|
||||
Reference in New Issue
Block a user