UNPKG

576 BJavaScriptView Raw
1module.exports = {
2 "name": "Checksums",
3 "type": "data",
4 "tmScope": "text.checksums",
5 "aliases": [
6 "checksum",
7 "hash",
8 "hashes",
9 "sum",
10 "sums"
11 ],
12 "filenames": [
13 "MD5SUMS",
14 "SHA1SUMS",
15 "SHA256SUMS",
16 "SHA256SUMS.txt",
17 "SHA512SUMS",
18 "checksums.txt",
19 "cksums",
20 "md5sum.txt"
21 ],
22 "extensions": [
23 ".crc32",
24 ".md2",
25 ".md4",
26 ".md5",
27 ".sha1",
28 ".sha2",
29 ".sha224",
30 ".sha256",
31 ".sha256sum",
32 ".sha3",
33 ".sha384",
34 ".sha512"
35 ],
36 "aceMode": "text",
37 "languageId": 372063053
38}