YASnippet/publidoc-inline-mode/.yas-compiled-snippets.el
author Patrick PIERRE
mer., 25 déc. 2013 18:48:28 +0100
changeset 283 f6b8ec2914ef
parent 282 7890bee65275
child 284 f2e60073557f
permissions -rw-r--r--
Suppression des espaces inutiles
Patrick@282
     1
;;; Compiled snippets and support files for `publidoc-inline-mode'
Patrick@282
     2
;;; Snippet definitions:
Patrick@282
     3
;;;
Patrick@282
     4
(yas-define-snippets 'publidoc-inline-mode
Patrick@283
     5
                     '(("<emp=" "<emphasis>$0</emphasis>" "<emphasis>" nil nil nil nil nil nil)
Patrick@283
     6
                       ("<hig=" "<highlight>$0</highlight>" "<highlight>" nil nil nil nil nil nil)
Patrick@283
     7
                       ("<lin=" "<link idref=\"$1\">$0</link>" "<link idref=\"…\">" nil nil nil nil nil nil)
Patrick@283
     8
                       ("<lin=" "<link uri=\"http://$1\">$0</link>" "<link uri=\"…\">" nil nil nil nil nil nil)
Patrick@283
     9
                       ("<men=" "<mentioned>$0</mentioned>" "<mentioned>" nil nil nil nil nil nil)
Patrick@283
    10
                       ("<nam=" "<name of=\"${1:$$(yas-choose-value '(\"person\" \"company\" \"book\" \"newspaper\" \"party\" \"movie\" \"painting\"))}\">$0</name>" "<name of=\"…\">" nil nil nil nil nil nil)
Patrick@283
    11
                       ("<not=" "<note>$0</note>" "<note>" nil nil nil nil nil nil)
Patrick@283
    12
                       ("<not=" "<note><p>$1</p><p>$0</p></note>" "<note><p>" nil nil nil nil nil nil)
Patrick@283
    13
                       ("<quo=" "<quote>$0</quote>" "<quote>" nil nil nil nil nil nil)))
Patrick@282
    14
Patrick@282
    15
Patrick@283
    16
;;; Do not edit! File generated at Wed Dec 25 18:48:07 2013