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