UNPKG

386 BJavaScriptView Raw
1export default {
2 "name": "Snakemake",
3 "type": "programming",
4 "group": "Python",
5 "tmScope": "source.python",
6 "aceMode": "python",
7 "codemirrorMode": "python",
8 "codemirrorMimeType": "text/x-python",
9 "color": "#419179",
10 "extensions": [
11 ".smk",
12 ".snakefile"
13 ],
14 "filenames": [
15 "Snakefile"
16 ],
17 "aliases": [
18 "snakefile"
19 ],
20 "languageId": 151241392
21}