7 lines
No EOL
169 B
Text
7 lines
No EOL
169 B
Text
# -*- mode: snippet; require-final-newline: nil -*-
|
|
# name: PencilProperty
|
|
# key: p
|
|
# --
|
|
<Property name="$1"
|
|
displayName="$2"
|
|
type="$3">$4</Property> |