1
0
Fork 0
emacs-config/oni-nxml/snippets/nxml-mode/pencil-property

7 lines
169 B
Text
Raw Normal View History

2019-08-28 08:34:58 +02:00
# -*- mode: snippet; require-final-newline: nil -*-
# name: PencilProperty
# key: p
# --
<Property name="$1"
displayName="$2"
type="$3">$4</Property>