This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new c5693624c TIKA-4222 -- add openscad glob (#1690)
c5693624c is described below

commit c5693624cbd43d0d76357b9f21705991d6f3a4ff
Author: Tim Allison <talli...@apache.org>
AuthorDate: Mon Mar 25 17:07:01 2024 -0400

    TIKA-4222 -- add openscad glob (#1690)
---
 tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml 
b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
index df483de9d..8368b7b68 100644
--- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
+++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
@@ -3901,6 +3901,11 @@
       </match>
     </magic>
   </mime-type>
+  <mime-type type="application/x-openscad">
+    <tika:link>https://openscad.org/index.html</tika:link>
+    <glob pattern="*.scad"/>
+    <sub-class-of type="text/plain"/>
+  </mime-type>
   <mime-type type="application/x-executable">
     <sub-class-of type="application/x-elf"/>
     <magic priority="50">

Reply via email to