CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 21:46:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100213153651
location: https://web.archive.org/web/20100213153651/https://github.com/subtleGradient/lesscss.tmbundle
server-timing: captures_list;dur=1.288127, exclusion.robots;dur=0.043573, exclusion.robots.policy;dur=0.020200, esindex;dur=0.020893, cdx.remote;dur=21.633286, LoadShardBlock;dur=175.369874, PetaboxLoader3.datanode;dur=57.491871, PetaboxLoader3.resolve;dur=70.504559
x-app-server: wwwb-app213
x-ts: 302
x-tr: 346
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; 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: Fri, 08 Aug 2025 21:46:43 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 13 Feb 2010 15:36:52 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "988cde9031ceb3b86d48c3f1ad840b5b"
x-archive-orig-x-runtime: 187ms
x-archive-orig-content-length: 21292
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgpmaXJzdFQGOgpAdXNlZHsGOwZU--99f7c9f1924d21983eb6afcb0587125060b80c14; 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 15:36:51 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 13 Nov 2009 16:14:26 GMT", ; rel="prev memento"; datetime="Fri, 15 Jan 2010 07:51:15 GMT", ; rel="memento"; datetime="Sat, 13 Feb 2010 15:36:51 GMT", ; rel="next memento"; datetime="Thu, 18 Feb 2010 08:12:48 GMT", ; rel="last memento"; datetime="Thu, 18 Feb 2010 08:12:48 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-20100213151657-00777-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.769058, exclusion.robots;dur=0.025589, exclusion.robots.policy;dur=0.012705, esindex;dur=0.013849, cdx.remote;dur=15.723469, LoadShardBlock;dur=632.151410, PetaboxLoader3.resolve;dur=592.172595, PetaboxLoader3.datanode;dur=161.356932, load_resource;dur=244.582213
x-app-server: wwwb-app213
x-ts: 200
x-tr: 964
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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 lesscss.tmbundle at master - GitHub
This service is courtesy of Pledgie.
subtleGradient / lesscss.tmbundle forked from appden/less.tmbundle
- Source
- Commits
- Network (5)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
LESS CSS TextMate Bundle — Read more

Scott Kyle (author)
Sat Sep 19 16:45:18 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
Commands/ | Sat Sep 19 16:26:58 -0700 2009 | Initial commit! [Scott Kyle] |
![]() |
README.md | Sat Sep 19 16:45:18 -0700 2009 | Added a README [Scott Kyle] |
![]() |
Syntaxes/ | Sat Sep 19 16:26:58 -0700 2009 | Initial commit! [Scott Kyle] |
![]() |
info.plist | Sat Sep 19 16:26:58 -0700 2009 | Initial commit! [Scott Kyle] |
README.md
LESS TextMate Bundle
This bundle adds CSS syntax highlighting to .less files and parses them to .css files on save (⌘S). To learn more about LESS, see the docs.
Requirements
sudo gem install less
Save to CSS (⌘S)
Runs lessc
on the current file, saving to the same file name with a .css extension (e.g. style.less => style.css).
Language Grammar
I haven't added any LESS-specific grammars yet, if you'd like to do so, please fork and send a pull request.
Licenses
- This bundle is open source under an MIT-style license
- LESS is open source under the Apache license