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

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
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>