mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 01:44:19 +00:00
a minor change, having trouble debugging on mac
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#name : <dov...>...</dov>
|
||||
# --
|
||||
a mirror up here $3
|
||||
|
||||
|
||||
<dov ${1:id="${2:some_id and here comes another nested field: ${3:nested_shit}}"}>
|
||||
$0
|
||||
</dov>
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
#name : foo { ... } ; setFoo { ... }
|
||||
# --
|
||||
- (${1:id})${2:foo}
|
||||
- ${1:id} ${2:foo and its ${3:nested} shit}
|
||||
{
|
||||
return $2;
|
||||
// dont forget we have $3
|
||||
}
|
||||
|
||||
- (void)set${2:$(capitalize text)}:($1)aValue
|
||||
|
||||
Reference in New Issue
Block a user