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

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
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>