aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/nxml-mode/pencil-property
blob: 7fafcb8519942cb65af6eae565eb0dc71ef109a2 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet; require-final-newline: nil -*-
# name: PencilProperty
# key: p
# --
<Property name="$1"
          displayName="$2"
          type="$3">$4</Property>