prog8/syntax-files/nano
adiee5 58e1864144
Mention AUR package in documentation (#125)
Additionally, small fixes it nano highlighting
2024-02-12 20:42:00 +01:00
..
prog8.nanorc Mention AUR package in documentation (#125) 2024-02-12 20:42:00 +01:00
readme.md Adding Syntax Higlighting for `nano` (#123) 2024-02-08 21:27:07 +01:00

readme.md

Syntax Highlight for nano

Contributed to prog8 by Adiee5

In order to use this. you need to download the prog8.nanorc file. You can download it wherever you want to, preferably at ~/.config/nano/. Then, you need to include this file into your nanorc file (it's at ~/.nanorc or ~/.config/nano/nanorc, alternatively, you could edit the global /etc/nanorc file). All you neet to do is to add this to your config file:

## prog8 syntax file:
 include "/path/to/your/prog8.nanorc"

After that, enjoy the syntax highlighting!