Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# -*- mode: snippet -*-
# name: use-module
# uuid: use-module
# key: use
# condition: t
# --
:- use_module(${1:library($2)}${3:, [$4]}).