Files
2025-12-03 21:28:08 +00:00

15 lines
337 B
JavaScript
Executable File

module.exports = {
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',
}