From 1f9140449cff962d94d89bfdbd57fa5a3127ad80 Mon Sep 17 00:00:00 2001 From: Charles D Date: Sat, 27 May 2023 10:08:34 -0400 Subject: [PATCH] add some comments about syntax highlighting --- .config/nano/nanorc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/nano/nanorc b/.config/nano/nanorc index 72241f1..3c4edc2 100644 --- a/.config/nano/nanorc +++ b/.config/nano/nanorc @@ -57,7 +57,9 @@ set scrollercolor cyan ##################### # Syntax highlighting -#include "/home/charles/.config/nano/extra/*.nanorc" +# This is the preferred way to load them, as well as the preferred location for single user systems. (you can also install them systemwide) +#include "/home/charles/.local/share/nano/*.nanorc" + include "/home/charles/.config/nano/extra/configfiles.nanorc" include "/home/charles/.config/nano/extra/nanorc.nanorc" include "/home/charles/.config/nano/extra/bash.nanorc" @@ -110,6 +112,7 @@ include "/home/charles/.config/nano/extra/csv.nanorc" ############# # Custom TABs + extendsyntax json tabgives " " extendsyntax YAML tabgives " " extendsyntax xml tabgives " " @@ -149,4 +152,4 @@ bind M-K comment main #bind ^T gotodir browser #bind ^T cutrestoffile execute #bind ^L linter execute -#bind ^E execute main \ No newline at end of file +#bind ^E execute main