summaryrefslogtreecommitdiffstats
path: root/snippets/delphi-mode/if ... end.yasnippet
blob: 030bb7ffd9eaca73fb2665429016ad9596f1e6e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# contributor: Alexander Sulfrian <alexander@sulfrian.net>
# name: if ... end
# key: if
# --
if $1 then
begin
$0
end;