YASnippet/publidoc-mode/publidoc_section_p
author Patrick PIERRE
sam., 07 mars 2015 09:40:39 +0100
changeset 365 317036597359
parent 282 7890bee65275
permissions -rw-r--r--
Ajout de mode: snippet;
# -*- mode: snippet; -*-
# name: <section><p>
# key: <sec=
# --
<section>
  <p>
    $0
  </p>
</section>