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.
- Host: GitHub
- URL: https://github.com/dkasak/vim-sequence-diagram-syntax
- Owner: dkasak
- Created: 2021-06-30T08:18:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T08:32:53.000Z (almost 5 years ago)
- Last Synced: 2025-03-20T03:19:53.490Z (over 1 year ago)
- Topics: mermaid, nvim, nvim-plugin, sequence-diagram, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
vim/nvim syntax highlighting support for the sequence diagram format, as implemented by Mermaid.

# 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`.