# -*- mode: snippet -*-
# name: info
# key: info
# condition: t
# expand-env: ((yas-indent-line 'fixed))
# --
	:- info([
		version is 1:0:0,
		author is '${1:`(if (boundp 'logtalk-snippets-author) logtalk-snippets-author "name")`}',
		date is `(format-time-string "%Y-%m-%d")`,
		comment is '${2:Comment}'
	]).
$0
