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

15 lines
336 B
TypeScript
Executable File

declare const _: {
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'
}
export default _