]> Lady’s Gitweb - Shushe/blobdiff - magic/tsv
Add a parser for Pipe‐Separated Jar format
[Shushe] / magic / tsv
index c436d57f51bcc6a83e90b7e4c3ab1f209e794a99..bf6423fa7a30c239cf84d74545c5f9e6aac53747 100644 (file)
--- a/magic/tsv
+++ b/magic/tsv
@@ -1,9 +1,17 @@
-# This work is marked with CC0 1.0. To view a copy of this license,
-# visit <http://creativecommons.org/publicdomain/zero/1.0>.
-#
-# SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+# SPDX-FileCopyrightText: 2024, 2026 Lady <https://www.ladys.computer/about/#lady>
 # SPDX-License-Identifier: CC0-1.0
 
+0  string  #?tsv     TSV text
+!:mime text/tab-separated-values
+!:strength + 100
+
+0     byte    0xEF
+>1    byte    0xBB
+>>2   byte    0xBF
+>>>3  string  #?tsv  TSV text
+!:mime text/tab-separated-values
+!:strength + 170
+
 0  string  #!tsv     TSV text
 !:mime text/tab-separated-values
 !:strength + 100
This page took 0.199013 seconds and 4 git commands to generate.