YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
jeu., 02 mars 2017 10:44:30 +0100
changeset 442 e3341312dff7
parent 365 317036597359
permissions -rw-r--r--
add data example
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>