Add thumbnailer support and TVMVersion and TFile are now accessable from language

This commit is contained in:
2025-03-28 22:01:56 -05:00
parent 0a87476cfa
commit 0af37d2b9f
29 changed files with 1706 additions and 101 deletions

17
crosslang.xml Normal file
View 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>