Skip to content

LESS TextMate Bundle - Syntax support for LESS (.less) CSS files.

Notifications You must be signed in to change notification settings

bkeating/less.tmbundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextMate Bundle Logo

Syntax support for LESS (.less) CSS files in TextMate.

This Bundle gives you syntax support (highlighting/recognition) for the LESS dynamic stylesheet language. Nothing more. It's a stripped down version of appden & rsms's less.tmbundle. If you plan to use the ruby gem use their repository instead of this one.

No compiling support... Get off my lawn!

There are a few ways to use LESS in your projects and they all seem to fit into one of two categories;

The original version of this bundle assumes you use the ruby gem and so every time you save a file it will compile the CSS or error out if you don't have the gem installed. I don't want to use the ruby gem. I use Less.app. I also noticed that while saving large files via the ruby gem equipped bundle, it would lock up my TextMate session until the CSS compilation was complete. By using my simple bundle and an external compiler such as Less.app you get rid of that lock up. You save time. You keep it gangsta.

Screenshot of less.tmbundle in action

Authors

License (MIT)

Copyright (c) 2010 Rasmus Andersson, Ben Keating and Scott Kyle

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

LESS TextMate Bundle - Syntax support for LESS (.less) CSS files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published