aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-18 11:55:42 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-18 11:55:42 +0100
commit75bda30ae1d0ab8f39ff41b2559fdb3c4a349ce1 (patch)
treecaee2907926f56665481e4bb354cc3decf318754 /vim
parente1cde966d0e08df12b7b56a472562cd1af68278c (diff)
Adds a new UltiSnips snippet for swowdev
This is so that I can tag entries in the journal for easy reference.
Diffstat (limited to '')
-rw-r--r--vim/UltiSnips/markdown.snippets3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/UltiSnips/markdown.snippets b/vim/UltiSnips/markdown.snippets
new file mode 100644
index 0000000..f20bf95
--- /dev/null
+++ b/vim/UltiSnips/markdown.snippets
@@ -0,0 +1,3 @@
+snippet swowdev "Test snippet"
+- @~SWOWdev (`date +"%c"`): $0
+endsnippet