Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
38 lines
696 B
JavaScript
Executable File
38 lines
696 B
JavaScript
Executable File
module.exports = {
|
|
name: 'Text',
|
|
type: 'prose',
|
|
aceMode: 'text',
|
|
extensions: ['.txt', '.fr', '.nb', '.ncl', '.no'],
|
|
filenames: [
|
|
'CITATION',
|
|
'CITATIONS',
|
|
'COPYING',
|
|
'COPYING.regex',
|
|
'COPYRIGHT.regex',
|
|
'FONTLOG',
|
|
'INSTALL',
|
|
'INSTALL.mysql',
|
|
'LICENSE',
|
|
'LICENSE.mysql',
|
|
'NEWS',
|
|
'README.me',
|
|
'README.mysql',
|
|
'README.nss',
|
|
'click.me',
|
|
'delete.me',
|
|
'keep.me',
|
|
'package.mask',
|
|
'package.use.mask',
|
|
'package.use.stable.mask',
|
|
'read.me',
|
|
'readme.1st',
|
|
'test.me',
|
|
'use.mask',
|
|
'use.stable.mask',
|
|
],
|
|
languageId: 372,
|
|
tmScope: 'none',
|
|
aliases: ['fundamental', 'plain text'],
|
|
wrap: true,
|
|
}
|