declare const _: {
  "name": "Snakemake",
  "type": "programming",
  "group": "Python",
  "tmScope": "source.python",
  "aceMode": "python",
  "codemirrorMode": "python",
  "codemirrorMimeType": "text/x-python",
  "color": "#419179",
  "extensions": [
    ".smk",
    ".snakefile"
  ],
  "filenames": [
    "Snakefile"
  ],
  "aliases": [
    "snakefile"
  ],
  "languageId": 151241392
}
export = _
