YASnippet/publidoc-mode/publidoc_section_title
author Patrick PIERRE
dim., 14 juin 2015 08:48:00 +0200
changeset 389 39f27a0b5b2e
parent 365 317036597359
permissions -rw-r--r--
Ajout de la Rolls
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>