summaryrefslogtreecommitdiffstats
path: root/snippets/delphi-mode/dbg.yasnippet
blob: 66fc15f9e86ef2327960d1015783f4bd6ec1195b (plain) (blame)
1
2
3
4
5
6
# -*- mode: snippet -*-
# contributor : Alexander Sulfrian <alexander@sulfrian.net>
# name: dbg
# --
DebugWriteln($1);
 $0$>