317 lines
7.9 KiB
XML
317 lines
7.9 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<!--
|
|
Mallard 1.0 snippets according to Mallard 1.0 DRAFT (as of 2013-02-11)
|
|
Copyright (C) 2013 Jaromir Hradilek
|
|
|
|
Home Page: https://github.com/jhradilek/gedit-snippets
|
|
Last Change: 12 February 2013
|
|
-->
|
|
<snippets language="mallard">
|
|
<snippet id="app">
|
|
<text><![CDATA[<app>${1}</app>]]></text>
|
|
<tag>app</tag>
|
|
<description>app</description>
|
|
</snippet>
|
|
<snippet id="cite">
|
|
<text><![CDATA[<cite>${1}</cite>]]></text>
|
|
<tag>cite</tag>
|
|
<description>cite</description>
|
|
</snippet>
|
|
<snippet id="cmd">
|
|
<text><![CDATA[<cmd>${1}</cmd>]]></text>
|
|
<tag>cmd</tag>
|
|
<description>cmd</description>
|
|
</snippet>
|
|
<snippet id="code">
|
|
<text><![CDATA[<code>${1}</code>]]></text>
|
|
<tag>code</tag>
|
|
<description>code</description>
|
|
</snippet>
|
|
<snippet id="col">
|
|
<text><![CDATA[<col/>${1}]]></text>
|
|
<tag>col</tag>
|
|
<description>col</description>
|
|
</snippet>
|
|
<snippet id="colgroup">
|
|
<text><![CDATA[<colgroup>${1}</colgroup>]]></text>
|
|
<tag>colgroup</tag>
|
|
<description>colgroup</description>
|
|
</snippet>
|
|
<snippet id="comment">
|
|
<text><![CDATA[<comment>
|
|
${1}
|
|
</comment>]]></text>
|
|
<tag>comment</tag>
|
|
<description>comment</description>
|
|
</snippet>
|
|
<snippet id="credit">
|
|
<text><![CDATA[<credit type="${1:author}">
|
|
${2}
|
|
</credit>]]></text>
|
|
<tag>credit</tag>
|
|
<description>credit</description>
|
|
</snippet>
|
|
<snippet id="desc">
|
|
<text><![CDATA[<desc>${1}</desc>]]></text>
|
|
<tag>desc</tag>
|
|
<description>desc</description>
|
|
</snippet>
|
|
<snippet id="em">
|
|
<text><![CDATA[<em>${1}</em>]]></text>
|
|
<tag>em</tag>
|
|
<description>em</description>
|
|
</snippet>
|
|
<snippet id="email">
|
|
<text><![CDATA[<email>${1}</email>]]></text>
|
|
<tag>email</tag>
|
|
<description>email</description>
|
|
</snippet>
|
|
<snippet id="example">
|
|
<text><![CDATA[<example>
|
|
${1}
|
|
</example>]]></text>
|
|
<tag>example</tag>
|
|
<description>example</description>
|
|
</snippet>
|
|
<snippet id="figure">
|
|
<text><![CDATA[<figure>
|
|
${1}
|
|
</figure>]]></text>
|
|
<tag>figure</tag>
|
|
<description>figure</description>
|
|
</snippet>
|
|
<snippet id="file">
|
|
<text><![CDATA[<file>${1}</file>]]></text>
|
|
<tag>file</tag>
|
|
<description>file</description>
|
|
</snippet>
|
|
<snippet id="gui">
|
|
<text><![CDATA[<gui>${1}</gui>]]></text>
|
|
<tag>gui</tag>
|
|
<description>gui</description>
|
|
</snippet>
|
|
<snippet id="guiseq">
|
|
<text><![CDATA[<guiseq>${1}</guiseq>]]></text>
|
|
<tag>guiseq</tag>
|
|
<description>guiseq</description>
|
|
</snippet>
|
|
<snippet id="info">
|
|
<text><![CDATA[<info>
|
|
${1}
|
|
</info>]]></text>
|
|
<tag>info</tag>
|
|
<description>info</description>
|
|
</snippet>
|
|
<snippet id="input">
|
|
<text><![CDATA[<input>${1}</input>]]></text>
|
|
<tag>input</tag>
|
|
<description>input</description>
|
|
</snippet>
|
|
<snippet id="item">
|
|
<text><![CDATA[<item>${1}</item>]]></text>
|
|
<tag>item</tag>
|
|
<description>item</description>
|
|
</snippet>
|
|
<snippet id="key">
|
|
<text><![CDATA[<key>${1}</key>]]></text>
|
|
<tag>key</tag>
|
|
<description>key</description>
|
|
</snippet>
|
|
<snippet id="keyseq">
|
|
<text><![CDATA[<keyseq type="${1:combo}">${2}</keyseq>]]></text>
|
|
<tag>keyseq</tag>
|
|
<description>keyseq</description>
|
|
</snippet>
|
|
<snippet id="license">
|
|
<text><![CDATA[<license href="${1}">
|
|
${2}
|
|
</license>]]></text>
|
|
<tag>license</tag>
|
|
<description>license</description>
|
|
</snippet>
|
|
<snippet id="link">
|
|
<text><![CDATA[<link type="${1:guide}" xref="${2:index}" group="${3}"/>]]></text>
|
|
<tag>link</tag>
|
|
<description>link</description>
|
|
</snippet>
|
|
<snippet id="links">
|
|
<text><![CDATA[<links type="${1:topic}" groups="${2}">
|
|
${3}
|
|
</links>]]></text>
|
|
<tag>links</tag>
|
|
<description>links</description>
|
|
</snippet>
|
|
<snippet id="list">
|
|
<text><![CDATA[<list type="${1:disc}">
|
|
${2}
|
|
</list>]]></text>
|
|
<tag>list</tag>
|
|
<description>list</description>
|
|
</snippet>
|
|
<snippet id="listing">
|
|
<text><![CDATA[<listing>
|
|
${1}
|
|
</listing>]]></text>
|
|
<tag>listing</tag>
|
|
<description>listing</description>
|
|
</snippet>
|
|
<snippet id="media">
|
|
<text><![CDATA[<media type="${1:image}" mime="${2:image/png}" src="${3}">
|
|
${4}
|
|
</media>]]></text>
|
|
<tag>media</tag>
|
|
<description>media</description>
|
|
</snippet>
|
|
<snippet id="name">
|
|
<text><![CDATA[<name>${1}</name>]]></text>
|
|
<tag>name</tag>
|
|
<description>name</description>
|
|
</snippet>
|
|
<snippet id="note">
|
|
<text><![CDATA[<note style="${1:advanced}">
|
|
${2}
|
|
</note>]]></text>
|
|
<tag>note</tag>
|
|
<description>note</description>
|
|
</snippet>
|
|
<snippet id="output">
|
|
<text><![CDATA[<output>${1}</output>]]></text>
|
|
<tag>output</tag>
|
|
<description>output</description>
|
|
</snippet>
|
|
<snippet id="p">
|
|
<text><![CDATA[<p>${1}</p>]]></text>
|
|
<tag>p</tag>
|
|
<description>p</description>
|
|
</snippet>
|
|
<snippet id="page">
|
|
<text><![CDATA[<page xmlns="http://projectmallard.org/1.0/" type="${1:topic}" id="${2}">
|
|
${3}
|
|
</page>]]></text>
|
|
<tag>page</tag>
|
|
<description>page</description>
|
|
</snippet>
|
|
<snippet id="quote">
|
|
<text><![CDATA[<quote>
|
|
${1}
|
|
</quote>]]></text>
|
|
<tag>quote</tag>
|
|
<description>quote</description>
|
|
</snippet>
|
|
<snippet id="revision">
|
|
<text><![CDATA[<revision version="${1:0.1}" date="$(2:date +%Y-%m-%d)" status="${3:stub}"/>]]></text>
|
|
<tag>revision</tag>
|
|
<description>revision</description>
|
|
</snippet>
|
|
<snippet id="screen">
|
|
<text><![CDATA[<screen>${1}</screen>]]></text>
|
|
<tag>screen</tag>
|
|
<description>screen</description>
|
|
</snippet>
|
|
<snippet id="section">
|
|
<text><![CDATA[<section id="${1}">
|
|
${2}
|
|
</section>]]></text>
|
|
<tag>section</tag>
|
|
<description>section</description>
|
|
</snippet>
|
|
<snippet id="span">
|
|
<text><![CDATA[<span>${1}</span>]]></text>
|
|
<tag>span</tag>
|
|
<description>span</description>
|
|
</snippet>
|
|
<snippet id="steps">
|
|
<text><![CDATA[<steps>
|
|
${1}
|
|
</steps>]]></text>
|
|
<tag>steps</tag>
|
|
<description>steps</description>
|
|
</snippet>
|
|
<snippet id="subtitle">
|
|
<text><![CDATA[<subtitle>${1}</subtitle>]]></text>
|
|
<tag>subtitle</tag>
|
|
<description>subtitle</description>
|
|
</snippet>
|
|
<snippet id="synopsis">
|
|
<text><![CDATA[<synopsis>
|
|
${1}
|
|
</synopsis>]]></text>
|
|
<tag>synopsis</tag>
|
|
<description>synopsis</description>
|
|
</snippet>
|
|
<snippet id="sys">
|
|
<text><![CDATA[<sys>${1}</sys>]]></text>
|
|
<tag>sys</tag>
|
|
<description>sys</description>
|
|
</snippet>
|
|
<snippet id="table">
|
|
<text><![CDATA[<table frame="${1:all}" rules="${2:all}" shade="${3:none}">
|
|
${4}
|
|
</table>]]></text>
|
|
<tag>table</tag>
|
|
<description>table</description>
|
|
</snippet>
|
|
<snippet id="tbody">
|
|
<text><![CDATA[<tbody>
|
|
${1}
|
|
</tbody>]]></text>
|
|
<tag>tbody</tag>
|
|
<description>tbody</description>
|
|
</snippet>
|
|
<snippet id="td">
|
|
<text><![CDATA[<td>${1}</td>]]></text>
|
|
<tag>td</tag>
|
|
<description>td</description>
|
|
</snippet>
|
|
<snippet id="terms">
|
|
<text><![CDATA[<terms>
|
|
${1}
|
|
</terms>]]></text>
|
|
<tag>terms</tag>
|
|
<description>terms</description>
|
|
</snippet>
|
|
<snippet id="tfoot">
|
|
<text><![CDATA[<tfoot>
|
|
${1}
|
|
</tfoot>]]></text>
|
|
<tag>tfoot</tag>
|
|
<description>tfoot</description>
|
|
</snippet>
|
|
<snippet id="thead">
|
|
<text><![CDATA[<thead>
|
|
${1}
|
|
</thead>]]></text>
|
|
<tag>thead</tag>
|
|
<description>thead</description>
|
|
</snippet>
|
|
<snippet id="title">
|
|
<text><![CDATA[<title>${1}</title>]]></text>
|
|
<tag>title</tag>
|
|
<description>title</description>
|
|
</snippet>
|
|
<snippet id="tr">
|
|
<text><![CDATA[<tr>
|
|
${1}
|
|
</tr>]]></text>
|
|
<tag>tr</tag>
|
|
<description>tr</description>
|
|
</snippet>
|
|
<snippet id="tree">
|
|
<text><![CDATA[<tree>
|
|
${1}
|
|
</tree>]]></text>
|
|
<tag>tree</tag>
|
|
<description>tree</description>
|
|
</snippet>
|
|
<snippet id="var">
|
|
<text><![CDATA[<var>${1}</var>]]></text>
|
|
<tag>var</tag>
|
|
<description>var</description>
|
|
</snippet>
|
|
<snippet id="years">
|
|
<text><![CDATA[<years>$(1:date +%Y)</years>]]></text>
|
|
<tag>years</tag>
|
|
<description>years</description>
|
|
</snippet>
|
|
</snippets>
|