Skip to content

Syntax highlighting for the `mermaid` language in the `nano` code editor

License

Notifications You must be signed in to change notification settings

Yash-Singh1/nano-mermaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

nano-mermaid

Syntax highlighting for the mermaid language in the nano code editor.

Installation

Run:

git clone https://github.com/Yash-Singh1/nano-mermaid.git
cd nano-mermaid/

Then run:

Ubuntu/Debian

sudo cp mermaid.nanorc /usr/share/nano/

Mac

sudo -i
mkdir /usr/local/share/nano/
echo 'include "/usr/share/nano/*.nanorc"' >> /etc/nanorc
cp mermaid.nanorc /usr/local/share/nano/

Windows

Note: Remember to run as administrator

cp mermaid.nanorc /usr/share/nano/

Usage

Creating and editing a .mermaid file should syntax highlight.

About

Syntax highlighting for the `mermaid` language in the `nano` code editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published