🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
34 lines
548 B
TypeScript
Executable File
34 lines
548 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Checksums'
|
|
type: 'data'
|
|
aceMode: 'text'
|
|
extensions: [
|
|
'.crc32',
|
|
'.md2',
|
|
'.md4',
|
|
'.md5',
|
|
'.sha1',
|
|
'.sha2',
|
|
'.sha224',
|
|
'.sha256',
|
|
'.sha256sum',
|
|
'.sha3',
|
|
'.sha384',
|
|
'.sha512',
|
|
]
|
|
filenames: [
|
|
'MD5SUMS',
|
|
'SHA1SUMS',
|
|
'SHA256SUMS',
|
|
'SHA256SUMS.txt',
|
|
'SHA512SUMS',
|
|
'checksums.txt',
|
|
'cksums',
|
|
'md5sum.txt',
|
|
]
|
|
languageId: 372063053
|
|
tmScope: 'text.checksums'
|
|
aliases: ['checksum', 'hash', 'hashes', 'sum', 'sums']
|
|
}
|
|
export default _
|