public
Description: Gedit Plugins, Colorschemes and GtkSourceview Improvements to Gedit
Homepage: http://blog.siverti.com.br/gmate/
Clone URL: git://github.com/lexrupy/gmate.git
gmate / mime / rst.xml
100644 20 lines (20 sloc) 0.493 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<snippets language="reStructuredText">
<snippet>
    <text>`${1:LinkName}`_ .. _$1: </text>
    <tag>`</tag>
    <description>Link</description>
<accelerator /></snippet>
<snippet>
    <text>* $1
* $2
${3:lst}</text>
    <tag>lst</tag>
    <description>Unordered list</description>
<accelerator /></snippet>
<snippet>
    <text>*$GEDIT_SELECTED_TEXT*</text>
    <tag>em</tag>
    <description>Emphasized text</description>
    <accelerator>&lt;Control&gt;e</accelerator>
</snippet>
</snippets>