mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
7 lines
283 B
Plaintext
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:\);)/} |