--- a/YASnippet/publidoc-inline-mode/.yas-compiled-snippets.el mer. déc. 25 18:48:28 2013 +0100
+++ b/YASnippet/publidoc-inline-mode/.yas-compiled-snippets.el jeu. déc. 26 11:43:47 2013 +0100
@@ -2,15 +2,20 @@
;;; Snippet definitions:
;;;
(yas-define-snippets 'publidoc-inline-mode
- '(("<emp=" "<emphasis>$0</emphasis>" "<emphasis>" nil nil nil nil nil nil)
- ("<hig=" "<highlight>$0</highlight>" "<highlight>" nil nil nil nil nil nil)
- ("<lin=" "<link idref=\"$1\">$0</link>" "<link idref=\"…\">" nil nil nil nil nil nil)
- ("<lin=" "<link uri=\"http://$1\">$0</link>" "<link uri=\"…\">" nil nil nil nil nil nil)
- ("<men=" "<mentioned>$0</mentioned>" "<mentioned>" nil nil nil nil nil nil)
- ("<nam=" "<name of=\"${1:$$(yas-choose-value '(\"person\" \"company\" \"book\" \"newspaper\" \"party\" \"movie\" \"painting\"))}\">$0</name>" "<name of=\"…\">" nil nil nil nil nil nil)
- ("<not=" "<note>$0</note>" "<note>" nil nil nil nil nil nil)
- ("<not=" "<note><p>$1</p><p>$0</p></note>" "<note><p>" nil nil nil nil nil nil)
- ("<quo=" "<quote>$0</quote>" "<quote>" nil nil nil nil nil nil)))
+ '(("<emp=" "<emphasis>$0</emphasis>" "<emphasis>" nil nil nil nil "C-+ e" nil)
+ ("<for=" "<foreign>$0</foreign>" "<foreign>" nil nil nil nil "C-+ f" nil)
+ ("<for=" "<foreign xml:lang=\"${1:en}\">$0</foreign>" "<foreign xml:lang=\"…\">" nil nil nil nil "C-+ f" nil)
+ ("<hig=" "<highlight>$0</highlight>" "<highlight>" nil nil nil nil "C-+ h" nil)
+ ("<lin=" "<link idref=\"$1\">$0</link>" "<link idref=\"…\">" nil nil nil nil "C-+ l" nil)
+ ("<lin=" "<link uri=\"http://$1\">$0</link>" "<link uri=\"…\">" nil nil nil nil "C-+ l" nil)
+ ("<men=" "<mentioned>$0</mentioned>" "<mentioned>" nil nil nil nil "C-+ m" nil)
+ ("<nam=" "<name of=\"${1:$$(yas-choose-value '(\"person\" \"company\" \"book\" \"newspaper\" \"party\" \"movie\" \"painting\"))}\">$0</name>" "<name of=\"…\">" nil nil nil nil "C-+ n a" nil)
+ ("<not=" "<note>$0</note>" "<note>" nil nil nil nil "C-+ n o" nil)
+ ("<not=" "<note><p>$1</p><p>$0</p></note>" "<note><p>" nil nil nil nil "C-+ n o" nil)
+ ("<num=" "<number>$0</number>" "<number>" nil nil nil nil "C-+ n u" nil)
+ ("<num=" "<number type=\"roman\">$0</number>" "<number type=\"roman\">" nil nil nil nil "C-+ n u" nil)
+ ("<quo=" "<quote>$0</quote>" "<quote>" nil nil nil nil "C-+ q" nil)
+ ("<sup=" "<sup>$0</sup>" "<sup>" nil nil nil nil "C-+ s" nil)))
-;;; Do not edit! File generated at Wed Dec 25 18:48:07 2013
+;;; Do not edit! File generated at Thu Dec 26 11:24:20 2013