🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
318 B
JavaScript
Executable File
13 lines
318 B
JavaScript
Executable File
module.exports = {
|
|
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'],
|
|
}
|