🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
390 B
TypeScript
Executable File
15 lines
390 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Common Lisp'
|
|
type: 'programming'
|
|
aceMode: 'lisp'
|
|
extensions: ['.lisp', '.asd', '.cl', '.l', '.lsp', '.ny', '.podsl', '.sexp']
|
|
languageId: 66
|
|
tmScope: 'source.commonlisp'
|
|
aliases: ['lisp']
|
|
codemirrorMode: 'commonlisp'
|
|
codemirrorMimeType: 'text/x-common-lisp'
|
|
color: '#3fb68b'
|
|
interpreters: ['lisp', 'sbcl', 'ccl', 'clisp', 'ecl']
|
|
}
|
|
export = _
|