nanorc

Improved syntax highlighting files for the Nano text editor

brewmacoslinux
Try with needOr install directly
Source

About

Improved Nano Syntax Highlighting Files

Commands

nanorc

Examples

View available syntax highlighting files installed by nanorc$ ls ~/.config/nano/ || ls /usr/local/etc/nano/
Include nanorc syntax files in your nano configuration$ echo 'include ~/.config/nano/*.nanorc' >> ~/.nanorc
Edit a Python file with enhanced syntax highlighting from nanorc$ nano script.py