https://github.com/craigmac/vim-mermaid
$VIMRUNTIME path files to support Mermaid files
https://github.com/craigmac/vim-mermaid
vim vim-ftdetect vim-ftplugin vim-syntax
Last synced: about 1 month ago
JSON representation
$VIMRUNTIME path files to support Mermaid files
- Host: GitHub
- URL: https://github.com/craigmac/vim-mermaid
- Owner: craigmac
- Created: 2022-11-20T19:22:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T20:30:18.000Z (over 1 year ago)
- Last Synced: 2025-10-11T16:12:49.252Z (6 months ago)
- Topics: vim, vim-ftdetect, vim-ftplugin, vim-syntax
- Language: Vim Script
- Homepage:
- Size: 12.7 KB
- Stars: 17
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Vim Mermaid runtime files
This is the upstream version of Vim's included syntax highlighting rules and filetype settings for [Mermaid.js](https://mermaid.js.org/).
## How to install this package
> [!NOTE]
> You generally don't _need_ to install these files, as they are occasionally merged by Vim downstream.
### Vim 8+ with native :packadd command
From Vim 8.0 onward, users can follow the setup instructions in `:help packages`.
### Other package managers
What about pathogen, vim-plug, plug.nvim, lazy.nvim, bundle, minipac, ... ?
Please refer to the documentation of that specific package manager.
## License
Copyright © Craig MacEachern. Distributed under the same terms as Vim itself.
See `:help license`.