CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 18 Aug 2025 04:17:01 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100109203346
location: https://web.archive.org/web/20100109203346/https://github.com/appden/less.tmbundle
server-timing: captures_list;dur=0.886366, exclusion.robots;dur=0.030357, exclusion.robots.policy;dur=0.014342, esindex;dur=0.015518, cdx.remote;dur=114.869118, LoadShardBlock;dur=386.837650, PetaboxLoader3.datanode;dur=105.610233, PetaboxLoader3.resolve;dur=109.261282
x-app-server: wwwb-app223
x-ts: 302
x-tr: 549
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; 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: Mon, 18 Aug 2025 04:17:02 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 09 Jan 2010 20:33:45 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7248344ddff217885e220ff68d5c5444"
x-archive-orig-x-runtime: 130ms
x-archive-orig-content-length: 20281
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, 09 Jan 2010 20:33:46 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 05 Oct 2009 03:33:06 GMT", ; rel="prev memento"; datetime="Sat, 12 Dec 2009 20:50:14 GMT", ; rel="memento"; datetime="Sat, 09 Jan 2010 20:33:46 GMT", ; rel="next memento"; datetime="Thu, 14 Jan 2010 06:44:16 GMT", ; rel="last memento"; datetime="Fri, 27 Jun 2025 08:51:01 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: 52_13_20100109175524_crawl101-c/52_13_20100109203328_crawl101.arc.gz
server-timing: captures_list;dur=0.478571, exclusion.robots;dur=0.016363, exclusion.robots.policy;dur=0.007685, esindex;dur=0.011552, cdx.remote;dur=106.668573, LoadShardBlock;dur=219.020627, PetaboxLoader3.datanode;dur=191.494901, PetaboxLoader3.resolve;dur=286.267392, load_resource;dur=274.312023
x-app-server: wwwb-app223
x-ts: 200
x-tr: 654
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
appden's less.tmbundle at master - GitHub
appden / less.tmbundle
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
name | age | message | |
---|---|---|---|
![]() |
Commands/ | Wed Sep 23 09:18:49 -0700 2009 | Optionally define the file to compile with ⌘S b... [kassens] |
![]() |
README.md | Wed Sep 23 09:18:49 -0700 2009 | Optionally define the file to compile with ⌘S b... [kassens] |
![]() |
Syntaxes/ | Wed Sep 23 09:07:23 -0700 2009 | Adding double slash comments. [kassens] |
![]() |
info.plist | Wed Sep 23 09:07:23 -0700 2009 | Adding double slash comments. [kassens] |
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).
When there is lessc: somefile.less
somewhere in the current file, that file is compiled instead.
Language Grammar
Not all LESS-specific grammars are added 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
This feature is coming soon. Sit tight!