mirror of
https://github.com/irmen/prog8.git
synced 2024-11-04 04:05:00 +00:00
58e1864144
Additionally, small fixes it nano highlighting |
||
---|---|---|
.. | ||
prog8.nanorc | ||
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!