🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
293 B
TypeScript
Executable File
14 lines
293 B
TypeScript
Executable File
declare const _: {
|
|
name: 'NewLisp'
|
|
type: 'programming'
|
|
aceMode: 'lisp'
|
|
extensions: ['.nl', '.lisp', '.lsp']
|
|
languageId: 247
|
|
tmScope: 'source.lisp'
|
|
codemirrorMode: 'commonlisp'
|
|
codemirrorMimeType: 'text/x-common-lisp'
|
|
color: '#87AED7'
|
|
interpreters: ['newlisp']
|
|
}
|
|
export = _
|