linguist-languages
Version:
Linguist languages.yml in JSON format
22 lines (21 loc) • 386 B
JavaScript
export default {
"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
}