Files
rspade_system/node_modules/linguist-languages/data/Checksums.mjs
root bd5809fdbd Reorganize RSpade directory structure for clarity
Improve Jqhtml_Integration.js documentation with hydration system explanation
Add jqhtml-laravel integration packages for traditional Laravel projects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 09:41:48 +00:00

33 lines
537 B
JavaScript

export default {
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'],
}