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