yasnippet/extras/imported/objc-mode/NSLog(.., _cmd) (log).yasnippet
2010-03-14 15:30:22 +00:00

7 lines
283 B
Plaintext

# -*- mode: snippet -*-
# key: log
# contributor: Translated from TextMate Snippet
# name: NSLog(.., _cmd)
## condition: "source.objc meta.scope.implementation, source.objc++ meta.scope.implementation"
# --
NSLog(@"%s$1", _cmd${1/[^%]*(%)?.*/(?1:, :\);)/}$2${1/[^%]*(%)?.*/(?1:\);)/}