mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add Nextflow language support (#3870)
* Added nextflow language * Added main.nf to list of filenames * Fixed duplicate groovy scope * Removed hello-world example * Update grammar submodule * Removed main.nf from filenames * Added nextflow.config example
This commit is contained in:
committed by
Paul Chaignon
parent
5fbe9c0902
commit
bee7e55618
@@ -2905,6 +2905,18 @@ NewLisp:
|
||||
codemirror_mode: commonlisp
|
||||
codemirror_mime_type: text/x-common-lisp
|
||||
language_id: 247
|
||||
Nextflow:
|
||||
type: programming
|
||||
ace_mode: groovy
|
||||
tm_scope: source.nextflow
|
||||
color: "#3ac486"
|
||||
extensions:
|
||||
- ".nf"
|
||||
filenames:
|
||||
- "nextflow.config"
|
||||
interpreters:
|
||||
- nextflow
|
||||
language_id: 506780613
|
||||
Nginx:
|
||||
type: data
|
||||
extensions:
|
||||
|
||||
Reference in New Issue
Block a user