YASnippet/publidoc-mode/publidoc_section_p
author Patrick PIERRE
sam., 18 avril 2015 19:02:26 +0200
changeset 375 e880564ea01e
parent 365 317036597359
permissions -rw-r--r--
Correction typo
# -*- mode: snippet; -*-
# name: <section><p>
# key: <sec=
# --
<section>
  <p>
    $0
  </p>
</section>