YASnippet/publidoc-mode/publidoc_section_title
author Patrick PIERRE
mar., 21 avril 2015 18:13:54 +0200
changeset 376 1434bae63b20
parent 365 317036597359
permissions -rw-r--r--
Ajout de l'attribut 'success'
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>