diff options
Diffstat (limited to '')
-rw-r--r-- | snippets/delphi-mode/dbg.yasnippet | 6 |
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 |