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

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

commit 11340085c0992ebdc6ab5a80072c2c65db7bbf08
Author: tallison <talli...@apache.org>
AuthorDate: Mon Mar 25 15:13:59 2024 -0400

    TIKA-4222 -- add openscad glob
---
 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 7176332ef..7890d644b 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
@@ -3889,6 +3889,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