YASnippet/publidoc-mode/publidoc_title
author Claire MOULS <claire.mouls@prismallia.fr>
mar., 19 mai 2015 17:52:15 +0200
changeset 380 17e61e935b8b
parent 365 317036597359
permissions -rw-r--r--
Ajout de l'attribut 'no-shuffle'
Patrick@365
     1
# -*- mode: snippet; -*-
Patrick@282
     2
# name: <head><title>
Patrick@282
     3
# key: <tit=
Patrick@282
     4
# --
Patrick@282
     5
<head>
Patrick@282
     6
  <title>$0</title>
Patrick@282
     7
</head>