mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-17 02:44:17 +00:00
Last commit before tagging and releasing
This commit is contained in:
9
extras/imported/c-mode/Declarations/if .. (if).yasnippet
Normal file
9
extras/imported/c-mode/Declarations/if .. (if).yasnippet
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: if
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: If Condition
|
||||
# --
|
||||
if(${1:/* condition */})
|
||||
{
|
||||
${0:/* code */}
|
||||
}
|
||||
Reference in New Issue
Block a user