~ubuntu-branches/ubuntu/karmic/gedit/karmic

« back to all changes in this revision

Viewing changes to plugins/snippets/data/fortran.xml

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-07-28 10:11:53 UTC
  • mfrom: (1.1.64 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728101153-tx96qv2r25psmldd
Tags: 2.27.3-0ubuntu1
* New upstream release (LP: #405550)
  - Misc bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <description>character</description>
7
7
  </snippet>
8
8
  <snippet id="cl">
9
 
    <text><![CDATA[open(${1:unit}, status='${3:keep}')]]></text>
 
9
    <text><![CDATA[close(${1:unit}, status='${2:keep}')]]></text>
10
10
    <tag>cl</tag>
11
11
    <description>close</description>
12
12
  </snippet>