mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: prop
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: property
|
|
# --
|
|
property ${1:PropertyName}: ${2:WideString} read ${3:F}${1} write ${4:F}${1};$0 |