Nano better syntax highlighting

This commit is contained in:
2025-03-06 09:06:23 +01:00
parent b947ea8050
commit d21114c451
5 changed files with 17 additions and 11 deletions

20
.nanorc
View File

@@ -1,9 +1,11 @@
set autoindent
set backup
set backupdir "/home/daniel/.nanobackup"
set constantshow
set indicator
set linenumbers
set mouse
set noconvert
set multibuffer
set autoindent # Automatic indent
set backup # Create backup files
set backupdir "~/.nano/backup" # Backup directory
set constantshow # Cursor position in statusbar
set indicator # Should display a scrollbar, but probably deprecated?
set linenumbers # Display line nunberd
set mouse # Mouse support
set noconvert # Don't convert DOS/Mac format automatically
set multibuffer # Multifile support
include ~/.nano/syntax/*.nanorc # Styles from a third party repo