mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: focus
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Lock Focus
|
|
## condition: "source.objc, source.objc++"
|
|
# --
|
|
[self lockFocus];
|
|
$0
|
|
[self unlockFocus]; |