YASnippet/publidoc-mode/publidoc_section_p
author Patrick PIERRE
mar., 27 févr. 2018 05:29:56 +0100
changeset 450 fd645a45932e
parent 365 317036597359
permissions -rw-r--r--
Ajout coloring et memory
# -*- mode: snippet; -*-
# name: <section><p>
# key: <sec=
# --
<section>
  <p>
    $0
  </p>
</section>