mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-06 07:22:25 +00:00
adding objc-snippets
This commit is contained in:
9
extras/imported/objc-mode/Idioms/Lock Focus.yasnippet
Normal file
9
extras/imported/objc-mode/Idioms/Lock Focus.yasnippet
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: focus
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Lock Focus
|
||||
## condition: "source.objc, source.objc++"
|
||||
# --
|
||||
[self lockFocus];
|
||||
$0
|
||||
[self unlockFocus];
|
||||
Reference in New Issue
Block a user