aboutsummaryrefslogtreecommitdiffstats
path: root/oni-nxml/snippets/nxml-mode/pencil-property-value
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-27 23:34:58 -0700
committerGravatar Tom Willemse2019-08-27 23:36:08 -0700
commitd5cca9d5795824fd2a2b54e6254a0354735ce500 (patch)
tree9fcf621476351094c8bd7d075b3e23b15d6d84a9 /oni-nxml/snippets/nxml-mode/pencil-property-value
parent51a84644e6e0d756a8c917a500d95053cbb27d4a (diff)
downloademacs-config-d5cca9d5795824fd2a2b54e6254a0354735ce500.tar.gz
emacs-config-d5cca9d5795824fd2a2b54e6254a0354735ce500.zip
Add snippets to ‘oni-nxml’
Diffstat (limited to 'oni-nxml/snippets/nxml-mode/pencil-property-value')
-rw-r--r--oni-nxml/snippets/nxml-mode/pencil-property-value5
1 files changed, 5 insertions, 0 deletions
diff --git a/oni-nxml/snippets/nxml-mode/pencil-property-value b/oni-nxml/snippets/nxml-mode/pencil-property-value
new file mode 100644
index 0000000..5da3d10
--- /dev/null
+++ b/oni-nxml/snippets/nxml-mode/pencil-property-value
@@ -0,0 +1,5 @@
+# -*- mode: snippet; require-final-newline: nil -*-
+# name: PropertyValue
+# key: pv
+# --
+<PropertyValue name="$1">$2</PropertyValue> \ No newline at end of file