YASnippet/publiset-mode/.yas-compiled-snippets.el
changeset 282 7890bee65275
child 283 f6b8ec2914ef
equal deleted inserted replaced
281:d4520e6f1c45 282:7890bee65275
       
     1 ;;; Compiled snippets and support files for `publiset-mode'
       
     2 ;;; Snippet definitions:
       
     3 ;;;
       
     4 (yas-define-snippets 'publiset-mode
       
     5                      '(("<com=" "<?xml version='1.0' encoding='utf-8'?>\n<publiset version=\"1.0\">\n  <composition id=\"${1:id}\" xml:lang=\"fr\"\n               as=\"publidoc\" attributes=\"version=1.0\">\n    <division as=\"document\" attributes=\"id=$1 xml:lang=${2:fr}\">\n      <head>\n        <title>$3</title>\n      </head>\n      <cover><image id=\"$1_cover\"/></cover>\n    </division>\n\n    <file>$4</file>\n    <file>$5</file>\n  </composition>\n</publiset>  " "<publiset><composition>…" nil nil nil nil nil nil)
       
     6                        ("<sel=" "<?xml version='1.0' encoding='utf-8'?>\n<publiset version=\"1.0\">\n <selection id=\"$1\" xml:lang=\"${2:fr}\">\n    <head>\n      <title>$3</title>\n    </head>\n\n    <file>$4</file>\n    <file>$5</file>\n  </selection>\n</publiset>  " "<publiset><selection>…" nil nil nil nil nil nil)))
       
     7 
       
     8 
       
     9 ;;; Do not edit! File generated at Wed Dec 25 17:52:21 2013