YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
mar., 27 févr. 2018 05:29:56 +0100
changeset 450 fd645a45932e
parent 365 317036597359
permissions -rw-r--r--
Ajout coloring et memory
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>