CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 07:50:52 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.891158, exclusion.robots;dur=0.031607, exclusion.robots.policy;dur=0.013201, esindex;dur=0.016183, cdx.remote;dur=15.938401, LoadShardBlock;dur=164.367979, PetaboxLoader3.datanode;dur=146.458436, PetaboxLoader3.resolve;dur=91.136837, load_resource;dur=125.053819
x-app-server: wwwb-app211
x-ts: 200
x-tr: 382
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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=()
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!