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
- Host: GitHub
- URL: https://github.com/tom-tan/cwl-mode
- Owner: tom-tan
- License: gpl-3.0
- Created: 2017-10-12T08:40:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T11:53:10.000Z (about 5 years ago)
- Last Synced: 2025-04-21T16:48:54.029Z (about 1 year ago)
- Topics: common-workflow-language, emacs
- Language: Emacs Lisp
- Size: 22.5 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)