YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
lun., 04 avril 2016 19:13:42 +0200
changeset 410 bf0f6280f577
parent 365 317036597359
permissions -rw-r--r--
Ajout d'un attribut 'argument'
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>