From 803211a9e28cc04734811258d81df2566b9133ae Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 5 Mar 2014 09:47:24 -0800 Subject: [PATCH] setup/windows-installer/swc-windows-installer.sh: Install nano source syntax highlighters Make writing Python source code (and a number of other languages) a bit more exciting for the eyes and easier on the brain by coloring strings, comments, and such. We need to install the source tarball because the compiled zip doesn't include the syntax highlighting scripts. To make that easier, I've extracted out the download / hash-check functionality into a new download(), which I use in both the old zip_install() and the new tar_install(). If the user doesn't have an existing ~/.nanorc, we populate it by adding 'include' options for each of the syntax files in the Nano tarball. If they do have an existing ~/.nanorc, I assume they know what they're doing ;). --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 0e9ca60..cb66f9d 160000 --- a/setup +++ b/setup @@ -1 +1 @@ -Subproject commit 0e9ca60a6f2ac30952a7837d849d968e60fb3f1b +Subproject commit cb66f9d2bab1bf9e55bd19347ed80a5399fcb077 -- 2.26.2