YASnippet/publiset-mode/publiset_selection
author Patrick PIERRE
sam., 07 mars 2015 09:40:39 +0100
changeset 365 317036597359
parent 282 7890bee65275
permissions -rw-r--r--
Ajout de mode: snippet;
# -*- mode: snippet; -*-
# name: <publiset><selection>…
# key: <sel=
# --
<?xml version='1.0' encoding='utf-8'?>
<publiset version="1.0">
 <selection id="$1" xml:lang="${2:fr}">
    <head>
      <title>$3</title>
    </head>

    <file>$4</file>
    <file>$5</file>
  </selection>
</publiset>