Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dkasak/vim-sequence-diagram-syntax

vim/nvim syntax highlighting support for the sequence diagram format, as implemented by Mermaid.
https://github.com/dkasak/vim-sequence-diagram-syntax

mermaid nvim nvim-plugin sequence-diagram vim vim-plugin

Last synced: about 2 months ago
JSON representation

vim/nvim syntax highlighting support for the sequence diagram format, as implemented by Mermaid.

Awesome Lists containing this project

README

        

# About

vim/nvim syntax highlighting support for the sequence diagram format, as implemented by Mermaid.

![image](https://user-images.githubusercontent.com/463342/123928322-567b6980-d97d-11eb-9b8e-c6a0c0c32196.png)

# Installation

## Plug

Add this line to your vim-plug block:

Plug 'dkasak/vim-sequence-diagram-syntax'

Restart (n)vim and run `:PlugInstall`.

# Usage

Open a sequence diagram file with a `.seq` or `.sequence` file extension or run `:setf sequence`.