mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 23:12:26 +00:00
tweaking some basic objc snippets
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# key: I
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Method: Initialize
|
||||
## condition: "(source.objc | source.objc++) & meta.scope.implementation.objc - meta.function-with-body"
|
||||
# condition: (and (yas/objc-implementation-p) (not (yas/objc-method-body-p)))
|
||||
# --
|
||||
+ (void)initialize
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user