linguist-languages
Version:
Linguist languages data
15 lines (14 loc) • 337 B
JavaScript
module.exports = {
name: 'Snakemake',
type: 'programming',
color: '#419179',
extensions: ['.smk', '.snakefile'],
tmScope: 'source.python',
aceMode: 'python',
languageId: 151241392,
aliases: ['snakefile'],
codemirrorMode: 'python',
codemirrorMimeType: 'text/x-python',
group: 'Python',
filenames: ['Snakefile'],
}