Commit Graph

256 Commits

Author SHA1 Message Date
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
Anthony Scopatz 1bc9c89e85 Merge pull request #103 from mis2/whitespace
Highlight whitespace
2016-06-12 12:59:22 -04:00
Michael Straube 74e57db6d6 Highlight whitespace 2016-06-12 18:48:32 +02:00
Anthony Scopatz ed1d8042cd Merge pull request #102 from mis2/c-whitespace
uncomment whitespace highlighting
2016-06-10 15:43:45 -04:00
Michael Straube eef750872c uncomment whitespace highlighting 2016-06-10 21:39:11 +02:00
Anthony Scopatz b2544a5fcc Merge pull request #101 from mis2/pkgbuild
add trailing whitespace to pkgbuild.nanorc
2016-06-10 15:36:18 -04:00
Michael Straube 2d43a686ee add trailing whitespace to pkgbuild.nanorc 2016-06-10 21:24:25 +02:00
Anthony Scopatz ca019b6257 Merge pull request #99 from Erroneous1/perl_fixes
perl.nanorc: fixed text highlighting
2016-06-03 08:29:33 -07:00
Aaron Bishop 6dc9beaaf4 perl.nanorc: added highlighting for 'text' and fixed "text".$nontext."more text" 2016-06-03 10:46:57 -04:00
Anthony Scopatz ee8658930a Merge pull request #98 from creekpld/master
Master
2016-05-05 11:22:06 -04:00
Philipp Leo Dylong 39f19f3d6e added Unicode and Integer Literals 2016-05-05 12:07:14 +02:00
Philipp Leo Dylong f8f7242417 added Attributes case
-added Attributes case highlight words beginning with a @ sing
-made some lines more compact for readability
2016-05-05 11:21:18 +02:00
Philipp 8afb5e604d added static to statements 2016-05-03 21:27:40 +02:00
Philipp beb092d898 fixed some regex not working on osx.
Regex Word boundary "\b" not working on OSX, relaced with Start "\<" and End of Word "\>".
2016-05-03 13:06:39 +02:00