YASnippet/publidoc-mode/publidoc_list_glossary
author Patrick PIERRE
jeu., 19 mars 2015 12:15:03 +0100
changeset 366 9219dc1860fe
parent 365 317036597359
permissions -rw-r--r--
Struture de cours
# -*- mode: snippet; -*-
# name: <list type="glossary">
# key: <lis=
# --
<list type="glossary">
  <item>
    <label>$1</label>
    <p>$2</p>
  </item>
  <item>
    <label>$3</label>
    <p>$4</p>
  </item>
  <item>
    <label>$5</label>
    <p>$6</p>
  </item>
  <item>
    <label>$7</label>
    <p>$8</p>
  </item>
</list>