wok view shared-mime-info/stuff/codeblocks.xml @ rev 18725
lynis 2.1.1: fix: installs in /usr/share/lynis but can not be found, trying /usr/local/share (as in example on dev website)
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Fri Dec 18 13:20:19 2015 +0000 (2015-12-18) |
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>