Skip to content

edmundmiller/nextflow-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Nextflow Mode

This is a basic mode for syntax highlighting for Nextflow based on snakemake-mode. More features such as a popup runner, and better script editing planned in the future! Support for DSL2 is in the works also.

Installation

In order to use this package you’ll need to install this packages first:

This package is currently not on melpa yet. If you’re using Doom Emacs you can use this snippet to install the package.

(package! nextflow-mode :recipe (:host github :repo "emiller88/nextflow-mode"))