summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/nxml-mode/pencil-property
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/nxml-mode/pencil-property')
-rw-r--r--emacs/.emacs.d/snippets/nxml-mode/pencil-property7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/snippets/nxml-mode/pencil-property b/emacs/.emacs.d/snippets/nxml-mode/pencil-property
new file mode 100644
index 0000000..7fafcb8
--- /dev/null
+++ b/emacs/.emacs.d/snippets/nxml-mode/pencil-property
@@ -0,0 +1,7 @@
+# -*- mode: snippet; require-final-newline: nil -*-
+# name: PencilProperty
+# key: p
+# --
+<Property name="$1"
+ displayName="$2"
+ type="$3">$4</Property> \ No newline at end of file