Files
rspade_system/node_modules/linguist-languages/data/Nextflow.js
2025-12-03 21:28:08 +00:00

12 lines
247 B
JavaScript
Executable File

module.exports = {
name: 'Nextflow',
type: 'programming',
aceMode: 'groovy',
extensions: ['.nf'],
filenames: ['nextflow.config'],
languageId: 506780613,
tmScope: 'source.nextflow',
color: '#3ac486',
interpreters: ['nextflow'],
}