🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
319 B
TypeScript
Executable File
14 lines
319 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Haskell'
|
|
type: 'programming'
|
|
aceMode: 'haskell'
|
|
extensions: ['.hs', '.hs-boot', '.hsc']
|
|
languageId: 157
|
|
tmScope: 'source.haskell'
|
|
codemirrorMode: 'haskell'
|
|
codemirrorMimeType: 'text/x-haskell'
|
|
color: '#5e5086'
|
|
interpreters: ['runghc', 'runhaskell', 'runhugs']
|
|
}
|
|
export = _
|