summaryrefslogtreecommitdiffstats
path: root/snippets/delphi-mode/dbg.yasnippet
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/delphi-mode/dbg.yasnippet')
-rw-r--r--snippets/delphi-mode/dbg.yasnippet6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/delphi-mode/dbg.yasnippet b/snippets/delphi-mode/dbg.yasnippet
new file mode 100644
index 0000000..66fc15f
--- /dev/null
+++ b/snippets/delphi-mode/dbg.yasnippet
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# contributor : Alexander Sulfrian <alexander@sulfrian.net>
+# name: dbg
+# --
+DebugWriteln($1);
+ $0$> \ No newline at end of file