slackbuilds/system/nano-syntax-highlighting
Edinaldo P. Silva c0ef070df9
system/nano-syntax-highlighting: Updated for version 2020.10.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-05 00:16:09 +07:00
..
README
nano-syntax-highlighting.SlackBuild system/nano-syntax-highlighting: Updated for version 2020.10.10. 2024-11-05 00:16:09 +07:00
nano-syntax-highlighting.info system/nano-syntax-highlighting: Updated for version 2020.10.10. 2024-11-05 00:16:09 +07:00
slack-desc

README

nano-syntax-highlighting (Improved Nano Syntax Highlighting Files)

This repository holds {lang}.nanorc files that have improved
definitions of syntax highlighting for various languages.

Once there you should add the languages you want to your nano
configuration file ~/.nanorc or /etc/nanorc, for example:

## C/C++
include "/usr/share/nano-syntax-highlighting/c.nanorc"

Or to be less verbose, append content of the folder in one line
with wildcard:

For current user.
$ echo 'include "/usr/share/nano-syntax-highlighting/*.nanorc"' \
       >> ~/.nanorc

For all users.
# echo 'include "/usr/share/nano-syntax-highlighting/*.nanorc"' \
       >> /etc/nanorc