Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

akirak/dataflow-diagram-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataflow-diagram-mode

This is an Emacs major mode for editing source files of dataflow.

For Org Babel support, you can use ob-dataflow.

Configuration

The mode is not associated with any file extension by default, so I would recommend adding one using :mode keyword in a use-package form:

(use-package dataflow-diagram
  :mode "\\.dfd\\'")

About

Syntax highlighting of dataflow diagrams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published