equal
deleted
inserted
replaced
|
1 ;;; Compiled snippets and support files for `publidoc-inline-mode' |
|
2 ;;; Snippet definitions: |
|
3 ;;; |
|
4 (yas-define-snippets 'publidoc-inline-mode |
|
5 '(("<emp=" "<emphasis>$0</emphasis>\n" "<emphasis>" nil nil nil nil nil nil) |
|
6 ("<hig=" "<highlight>$0</highlight>\n" "<highlight>" nil nil nil nil nil nil) |
|
7 ("<lin=" "<link idref=\"$1\">$0</link>\n" "<link idref=\"…\">" nil nil nil nil nil nil) |
|
8 ("<lin=" "<link uri=\"http://$1\">$0</link>\n" "<link uri=\"…\">" nil nil nil nil nil nil) |
|
9 ("<men=" "<mentioned>$0</mentioned>\n" "<mentioned>" nil nil nil nil nil nil) |
|
10 ("<nam=" "<name of=\"${1:$$(yas-choose-value '(\"person\" \"company\" \"book\" \"newspaper\" \"party\" \"movie\" \"painting\"))}\">$0</name>\n" "<name of=\"…\">" nil nil nil nil nil nil) |
|
11 ("<not=" "<note>$0</note>\n" "<note>" nil nil nil nil nil nil) |
|
12 ("<not=" "<note><p>$1</p><p>$0</p></note>\n" "<note><p>" nil nil nil nil nil nil) |
|
13 ("<quo=" "<quote>$0</quote>\n" "<quote>" nil nil nil nil nil nil))) |
|
14 |
|
15 |
|
16 ;;; Do not edit! File generated at Wed Dec 25 17:52:21 2013 |