mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-14 09:24:18 +00:00
re-design snippets hierarchy
This commit is contained in:
7
snippets/text-mode/cc-mode/main
Normal file
7
snippets/text-mode/cc-mode/main
Normal file
@@ -0,0 +1,7 @@
|
||||
#name: int main(argc, argv) { ... }
|
||||
# --
|
||||
int main(int argc, char const *argv)
|
||||
{
|
||||
$0
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user