Add thumbnailer support and TVMVersion and TFile are now accessable from language
This commit is contained in:
17
crosslang.xml
Normal file
17
crosslang.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/crvm">
|
||||
<sub-class-of type="application/octet-stream"/>
|
||||
<comment>CrossLang Executable</comment>
|
||||
<comment xml:lang="en">CrossLang Executable</comment>
|
||||
<glob pattern="*.crvm"/>
|
||||
<icon name="crosslang"/>
|
||||
</mime-type>
|
||||
<mime-type type="text/tcross">
|
||||
<sub-class-of type="text/plain"/>
|
||||
<comment>CrossLang Source</comment>
|
||||
<comment xml:lang="en">CrossLang Source</comment>
|
||||
<glob pattern="*.tcross"/>
|
||||
<icon name="crosslang"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
Reference in New Issue
Block a user