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:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: ibo
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: IBOutlet
|
||||
## condition: "source.objc, source.objc++"
|
||||
# --
|
||||
IBOutlet ${1:NSSomeClass}${TM_C_POINTER: *}${2:${1/^[A-Z](?:[A-Z]+|[a-z]+)([A-Z]\w*)/\l$1/}};
|
||||
Reference in New Issue
Block a user