1 2 3 4 5 6 7
# -*- mode: snippet -*- # name: apr_assert # key: apr_assert # -- if (Globals.useAssertions) { ${1:assert ..}; }