UNPKG

286 BJavaScriptView Raw
1export default {
2 "name": "Nextflow",
3 "type": "programming",
4 "aceMode": "groovy",
5 "tmScope": "source.nextflow",
6 "color": "#3ac486",
7 "extensions": [
8 ".nf"
9 ],
10 "filenames": [
11 "nextflow.config"
12 ],
13 "interpreters": [
14 "nextflow"
15 ],
16 "languageId": 506780613
17}