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

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

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

    TIKA-4222 -- add openscad glob (#1690)
    
    (cherry picked from commit c5693624cbd43d0d76357b9f21705991d6f3a4ff)
---
 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 de95917bb..09b8e3821 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
@@ -3898,6 +3898,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