Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 740 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 740 Bytes

nano syntax-highlighting extras

A variety of syntax-highlighting definitions for nano that are typically not included in distributions.

WARNING

WARNING: Many of these are a work in progress. Use at your own risk!

Definitions

  • bash_extras.nanorc
  • pgsql_config.nanorc
  • tmux.nanorc

bash_extras.nanorc

This covers various bash configuration files, which follow the format of a shell script, however are not named in the typical filename.sh format.

Examples:

  • ~/.bashrc
  • ~/.profile

pgsql_config.nanorc

This covers the various configuration files for PostgreSQL, such as postgresql.conf, pg_hba.conf, and more.

tmux.nanorc

This covers your standard ~/.tmux.conf file.