An open API service indexing awesome lists of open source software.

https://github.com/tom-tan/cwl-mode

CWL mode for Emacs
https://github.com/tom-tan/cwl-mode

common-workflow-language emacs

Last synced: 12 months ago
JSON representation

CWL mode for Emacs

Awesome Lists containing this project

README

          

# cwl-mode.el

This library helps you to write [Common Workflow Language](http://www.commonwl.org) in Emacs.

Requirements:
* Emacs 24.4 or later
* yaml-mode.el

To use this package, add the following line to your `.emacs` file:
```emacs
(require 'cwl-mode)
```
cwl-mode highlights some keywords for usability.

## Installation guides:
- [Let's write CWL with Emacs!](https://qiita.com/tm_tn/items/6c9653847412d115bec0) (English)
- [Emacs でも CWL を編集したい!](https://qiita.com/tm_tn/items/79eec754338d152b092d) (Japanese)