File: codeblocks.sharedmime

package info (click to toggle)
codeblocks 16.01%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 85,352 kB
  • sloc: cpp: 665,947; ansic: 48,306; sh: 32,198; xml: 29,690; makefile: 6,054; asm: 3,827; python: 3,251; f90: 1,202; pascal: 839; yacc: 291; perl: 261; sed: 16
file content (13 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-codeblocks">
    <comment>Code::Blocks Project</comment>
    <glob pattern="*.cbp"/>
    <sub-class-of type="application/xml"/>
  </mime-type>
  <mime-type type="application/x-codeblocks-workspace">
    <comment>Code::Blocks Workspace</comment>
    <glob pattern="*.workspace"/>
    <sub-class-of type="application/xml"/>
  </mime-type>
</mime-info>