HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 21:09:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100213162135
location: https://web.archive.org/web/20100213162135/https://github.com/subtleGradient/ruby.sugar
server-timing: captures_list;dur=0.839478, exclusion.robots;dur=0.033303, exclusion.robots.policy;dur=0.020922, esindex;dur=0.013930, cdx.remote;dur=37.636789, LoadShardBlock;dur=316.251351, PetaboxLoader3.datanode;dur=138.165470, PetaboxLoader3.resolve;dur=100.936575
x-app-server: wwwb-app202
x-ts: 302
x-tr: 402
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 09 Aug 2025 21:09:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 13 Feb 2010 16:21:35 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "be9e560cd985fb64273518aa86106290"
x-archive-orig-x-runtime: 102ms
x-archive-orig-content-length: 21333
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 13 Feb 2010 16:21:35 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 13 Feb 2010 16:21:35 GMT", ; rel="memento"; datetime="Sat, 13 Feb 2010 16:21:35 GMT", ; rel="next memento"; datetime="Sun, 05 Sep 2010 05:01:02 GMT", ; rel="last memento"; datetime="Mon, 30 Nov 2020 18:15:16 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100213110428-00770-00779-ia360906-20100709033331-00000/TLA-20100213160244-00778-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.646368, exclusion.robots;dur=0.027082, exclusion.robots.policy;dur=0.015571, esindex;dur=0.014975, cdx.remote;dur=56.769982, LoadShardBlock;dur=257.638200, PetaboxLoader3.datanode;dur=225.608588, PetaboxLoader3.resolve;dur=539.674889, load_resource;dur=519.429727
x-app-server: wwwb-app202
x-ts: 200
x-tr: 890
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
subtleGradient's ruby.sugar at master - GitHub
click here to add a description
click here to add a homepage
Wed Nov 05 13:27:51 -0800 2008
README.markdown Ruby.sugar
A simple first stab at a Sugar for the Espresso text editor for
Ruby source development.
Using
Clone this project somewhere, with the following:
git clone git://github.com/elliottcable/ruby.sugar.git ./Ruby.sugar
And then link it to your syntaxes directory:
mkdir -p "~/Library/Application Support/Espresso/Sugars/"
ln -s "$(pwd)/Ruby.sugar" "~/Library/Application Support/Espresso/Sugars/"
Caveats
As of 0.9b1, Espresso only supports one sort of syntax highlighting (that
which is delivered with Espresso), and it's very rudimentary. For instance,
the highlight that appears on function names only applies to items of
name="*.name.*"
that appear underneath items of name="*.function.*"
. This
means that, although I'd like to have class names highlighted where they
appear, I can't really do so without losing semanticity. Therefore this Sugar
won't really look very complete if you install it, as things you might
expect to be highlighted (such as aforementioned class names) won't be.
I guess we've just gotta wait for the next beta!