File: reinteract.xml

package info (click to toggle)
reinteract 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,884 kB
  • ctags: 1,244
  • sloc: python: 9,276; sh: 3,883; xml: 780; objc: 311; makefile: 253; ansic: 201
file content (10 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
   <mime-type type="application/x-reinteract-notebook">
     <glob pattern="*.rnb"/>
   </mime-type>
   <mime-type type="text/x-reinteract-worksheet">
     <sub-class-of type="text/plain"/>
     <glob pattern="*.rws"/>
   </mime-type>
</mime-info>