windows-installer/swc-windows-installer.sh: Install nano source syntax highlighters
authorW. Trevor King <wking@tremily.us>
Wed, 5 Mar 2014 17:46:40 +0000 (09:46 -0800)
committerW. Trevor King <wking@tremily.us>
Wed, 5 Mar 2014 17:46:40 +0000 (09:46 -0800)
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 ;).

windows-installer

index a82ad6c1dffd205ac9ff0e1b26e9b2328a076657..97cfc2ddf846c2888afd363227ba0abe46099cd8 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a82ad6c1dffd205ac9ff0e1b26e9b2328a076657
+Subproject commit 97cfc2ddf846c2888afd363227ba0abe46099cd8