Commit Graph

269 Commits

Author SHA1 Message Date
Elof 54d9e4eee6 Color trailing whitespace green 2016-12-06 22:17:01 +01:00
Elof 1c1897e8f4 Color trailing whitespace green 2016-12-06 22:15:38 +01:00
Elof 3cfc98eb57 Color trailing whitespace green 2016-12-06 22:14:27 +01:00
Elof 0fd4cfd55e Color trailing whitespace green 2016-12-06 22:13:04 +01:00
Elof 81aa8c3455 Color trailing whitespace green 2016-12-06 22:11:12 +01:00
Elof 0ca37f9fdd Color trailing whitespace green 2016-12-06 22:10:38 +01:00
Elof 6ba2322409 Color trailing whitespace green 2016-12-06 22:07:25 +01:00
Elof d3a313afd8 Color trailing whitespace green 2016-12-06 22:06:12 +01:00
Elof d3d7b09738 Color trailing whitespace green 2016-12-06 22:04:38 +01:00
Elof 64896f535d Color trailing whitespace green 2016-12-06 22:03:16 +01:00
Elof 60bd52d24d Color trailing whitespace green 2016-12-06 22:02:16 +01:00
Elof 10a47587e0 Color trailing whitespace green 2016-12-06 22:00:19 +01:00
Elof 3ce3cb9133 Color trailing whitespace green 2016-12-06 21:59:24 +01:00
Elof 8266c06827 Color trailing whitespace green 2016-12-06 21:58:21 +01:00
Elof b02326b48f Color trailing whitespace green 2016-12-06 21:56:28 +01:00
Elof 55ef33c37f Color trailing whitespace green 2016-12-06 21:50:19 +01:00
Elof e5cb3e8d30 Color trailing whitespace green 2016-12-06 21:47:45 +01:00
Elof 7efcacca6d Color trailing whitespace green 2016-12-06 21:37:13 +01:00
Anthony Scopatz 25db126921 Merge pull request #126 from elofu17/patch-1
Fixed typo (and changed color) for trailing whitespace
2016-12-06 13:13:25 -05:00
Elof d036a8c73c Fixed typo (and changed color) for trailing whitespace 2016-12-06 19:11:24 +01:00
Anthony Scopatz 99b6a21f37 Merge pull request #93 from evanowen/patch-1
Added puppet.nanorc to the nanorc file
2016-10-13 18:57:42 -05:00
Anthony Scopatz e0f5609ea7 Merge pull request #122 from divinity76/patch-2
clean up the files left in /tmp
2016-10-13 18:09:35 -05:00
divinity76 711ff1fce7 clean up the files left in /tmp 2016-10-14 01:06:30 +02:00
Anthony Scopatz 6d5fc37bf4 Merge pull request #121 from divinity76/patch-1
use wget instead of curl for automatic installer
2016-10-13 17:48:58 -05:00
divinity76 ee381be8e5 have wget be an alternative to curl for running the installer 2016-10-14 00:46:08 +02:00
divinity76 886a1d5a42 use wget instead of curl for automatic installer
reasons to use wget includes: 
wget is more ubiquitously available than curl. (my particular problem: curl isn't shipped in Debian by default)

wget's ability to recover from a prematurely broken transfer and continue downloading has no counterpart in curl.

reasons for using curl:
... in theory, curl could be faster by enabling --compressed , which would make the github servers gzip-compress the transfer (curl: "Accept-Encoding: deflate, gzip" github: "Content-Encoding: gzip", which as of speaking would save 158 bytes, extra header not accounted for)

but since we're not using --compressed anyway, and that the script is really small (355 bytes), it's a moot point.

i think we should use wget.
2016-10-14 00:23:41 +02:00
Anthony Scopatz 6fbb86ab90 Merge pull request #119 from invisiblek/master
makefile: bightmagenta for start of lines beginning with +=
2016-10-13 02:26:46 -05:00
Dan Pasanen 40fd6acdf3 makefile: bightmagenta for start of lines beginning with +=
* += is very typical in android building and this makes it as pretty
  as := lines
2016-10-11 18:09:02 -05:00
Anthony Scopatz 0969169f3e Merge pull request #118 from ThomasR/patch-2
Create ical.nanorc
2016-09-30 02:58:25 -04:00
Thomas Rosenau cdfc249731 Create ical.nanorc 2016-09-30 08:56:06 +02:00
Anthony Scopatz b6a2406bc9 Merge pull request #117 from hawk93/master
Correct python header
2016-09-27 13:21:14 -04:00
Alessandro Luppi 982d6ce9c1 Correct python header 2016-09-27 19:21:15 +02:00
Anthony Scopatz 4d7c75ca93 Merge pull request #115 from CoffeeTableEnnui/patch-6
Update html.nanorc
2016-09-01 20:15:47 -04:00
CoffeeTableEnnui e530684df4 Update html.nanorc
Added comment highlighting.  Added more common attributes.
2016-09-01 17:04:06 -07:00
Anthony Scopatz c79521658c Merge pull request #112 from CoffeeTableEnnui/patch-2
Update clojure.nanorc
2016-08-30 18:26:01 -04:00
Anthony Scopatz 87a6232ef8 Merge pull request #114 from CoffeeTableEnnui/patch-5
Added basic number highlighting
2016-08-30 18:19:47 -04:00
CoffeeTableEnnui 27b3a6e1b5 Added basic number highlighting
Highlighting for octal, hex, int, float.
2016-08-30 14:29:01 -07:00
Anthony Scopatz 8093ed16c8 Merge pull request #113 from CoffeeTableEnnui/patch-4
Update number highlighting
2016-08-30 17:15:23 -04:00
CoffeeTableEnnui fb3e5eb1b0 Update number highlighting
Added highlighting for longs, octal (both forms), complexes, binary, and hex.
2016-08-30 14:04:41 -07:00
CoffeeTableEnnui c5d4bd060f Update clojure.nanorc
added highlighting for more keywords.  added highlighting for :import, :require, :use
2016-08-30 13:02:50 -07:00
Anthony Scopatz 9749264079 Merge pull request #111 from CoffeeTableEnnui/patch-1
Include clojure.nanorc
2016-08-29 08:36:19 -04:00
CoffeeTableEnnui b0a8b89aab Include clojure.nanorc 2016-08-28 23:21:31 -07:00
Anthony Scopatz 4732399558 Merge pull request #110 from CoffeeTableEnnui/patch-1
Update tex.nanorc
2016-08-29 00:58:52 -04:00
CoffeeTableEnnui c56fc9eeed Update tex.nanorc
Fixed problem with highlighting when $$displaymode$$ is used.
2016-08-28 21:39:10 -07:00
Anthony Scopatz f78e3b8baf Merge pull request #109 from CoffeeTableEnnui/patch-1
Create clojure.nanorc
2016-08-29 00:03:58 -04:00
CoffeeTableEnnui 564cb1fae6 Create clojure.nanorc
Proposing adding syntax highlighting for Clojure.
2016-08-28 21:02:37 -07:00
Anthony Scopatz f2f6bafa52 Merge pull request #108 from meeDamian/bug/107-invalid-regex-escapes
coffeescript regex escapes fixed
2016-07-17 08:33:34 -04:00
Damian Mee 4e6793f79f
coffeescript regex escapes fixed 2016-07-17 18:49:37 +08:00
Anthony Scopatz 48f25f0d18 Merge pull request #106 from Trejjam/master
Add missing escape in coffeescript.nanorc
2016-07-07 08:01:44 -04:00
Jan Trejbal a983d29c60 Add missing escape 2016-07-07 13:27:40 +02:00