linguist-languages
Version:
Linguist languages data
25 lines (23 loc) • 560 B
TypeScript
declare const _: {
readonly name: 'Common Lisp'
readonly type: 'programming'
readonly aceMode: 'lisp'
readonly extensions: readonly [
'.lisp',
'.asd',
'.cl',
'.l',
'.lsp',
'.ny',
'.podsl',
'.sexp',
]
readonly languageId: 66
readonly tmScope: 'source.commonlisp'
readonly aliases: readonly ['lisp']
readonly codemirrorMode: 'commonlisp'
readonly codemirrorMimeType: 'text/x-common-lisp'
readonly color: '#3fb68b'
readonly interpreters: readonly ['lisp', 'sbcl', 'ccl', 'clisp', 'ecl']
}
export default _