We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a81f9 commit 6205b21Copy full SHA for 6205b21
1 file changed
archivefile.json
@@ -0,0 +1,31 @@
1
+{
2
+ "config": {
3
+ "default": "ArchiveFile",
4
+ "proname": "PyArchiveFile",
5
+ "includedef": "true"
6
+ },
7
+ "ArchiveFile": {
8
+ "len": "11",
9
+ "hex": "4172636869766546696c65",
10
+ "ver": "001",
11
+ "name": "ArchiveFile",
12
+ "magic": "ArchiveFile",
13
+ "delimiter": "\\x00",
14
+ "extension": ".arc",
15
+ "newstyle": "true",
16
+ "advancedlist": "true",
17
+ "altinode": "true"
18
19
+ "NeoFile": {
20
+ "len": "7",
21
+ "hex": "4e656f46696c65",
22
23
+ "name": "NeoFile",
24
+ "magic": "NeoFile",
25
26
+ "extension": ".neo",
27
28
29
30
+ }
31
+}
0 commit comments