YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
jeu., 26 janv. 2017 11:17:12 +0100
changeset 441 2b94d6c7fe0c
parent 365 317036597359
permissions -rw-r--r--
ajout blanks-choices dtd
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>