1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-19 13:06:00 +02:00
Commit Graph

276 Commits

Author SHA1 Message Date
Xavier Gouchet
940b6a866f
Update the install script
This fixes the scopatz/nanorc#130 issue by preventing the install script
to sort the ~/.nanorc config file, and only add includes if they're not
already present.
2016-12-10 10:50:00 +01:00
Anthony Scopatz
d2d84b8206 Merge pull request #128 from elofu17/patch-2
For conformity, always color trailing whitespace green, not red or blue
2016-12-06 20:24:25 -05:00
Anthony Scopatz
954811a396 Merge pull request #127 from elofu17/patch-1
Color any trailing whitespace in green
2016-12-06 20:23:57 -05:00
Elof
791c23ca8a For conformity, color trailing whitespace green, not blue 2016-12-06 22:44:39 +01:00
Elof
08b3f8e87e For conformity, color trailing whitespace green, not blue 2016-12-06 22:43:53 +01:00
Elof
91ca5382ce For conformity, color trailing whitespace green, not red 2016-12-06 22:41:58 +01:00
Elof
2f4a44f838 Color trailing whitespace green 2016-12-06 22:19:02 +01:00
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