Files
rspade_system/node_modules/linguist-languages/data/Literate_20_Haskell.js
2025-12-03 21:28:08 +00:00

14 lines
330 B
JavaScript
Executable File

module.exports = {
name: 'Literate Haskell',
type: 'programming',
aceMode: 'text',
extensions: ['.lhs'],
languageId: 207,
tmScope: 'text.tex.latex.haskell',
aliases: ['lhaskell', 'lhs'],
codemirrorMode: 'haskell-literate',
codemirrorMimeType: 'text/x-literate-haskell',
color: '#5e5086',
group: 'Haskell',
}