wok view shared-mime-info/stuff/codeblocks.xml @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3 <mime-type type="application/x-codeblocks">
4 <comment>Code::Blocks Project</comment>
5 <comment xml:lang="ru">проект Code::Blocks</comment>
6 <glob pattern="*.cbp"/>
7 <sub-class-of type="application/xml"/>
8 </mime-type>
10 <mime-type type="application/x-codeblocks-workspace">
11 <comment>Code::Blocks Workspace</comment>
12 <comment xml:lang="ru">рабочее пространство Code::Blocks</comment>
13 <glob pattern="*.workspace"/>
14 <sub-class-of type="application/xml"/>
15 </mime-type>
16 </mime-info>