Better Less
Cross-compatible syntax highlighting for Less
Details
Installs
- Total 5K
- Win 3K
- Mac 2K
- Linux 421
May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 9 | 1 | 3 | 1 | 4 | 4 | 6 | 4 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Better Less
Cross-compatible syntax highlighting for Less
Project Mission
- Works with Atom, Sublime Text, Textmate 2, and Visual Studio Code.
- Aligns with current CSS features without being overbearing or too relaxed
Installation
Atom
Install better-less
from Atom's Package Manager or the command-line equivalent:
$ apm install better-less
You may need to disable the language-less
core package.
Sublime Text
Use Package Control
and install Better Less
. Alternatively, you can clone this project and put it in your Sublime Text packages directory.
TextMate 2
Clone the repository to the Bundles directory and add the .tmbundle
extension:
$ cd ~/Library/Application\ Support/TextMate/Bundles
$ git clone git@github.com:radium-v/Better-Less.git Better-Less.tmbundle
Alternatively, you can clone the repository and symlink to it in your Bundles directory:
$ git clone git@github.com:radium-v/Better-Less.git
$ ln -s Better-Less/ ~/Library/Application\ Support/Textmate/Bundles/better-less.tmbundle
Visual Studio Code
Launch VS Code Quick Open (⌘+P), paste the following command, and press enter.
ext install better-less
Recommended Color Schemes
For Sublime Text, the sublime-boxy theme and material-theme work best with all of the extended scopes.
For Visual Studio Code, the Boxy color schemes have been converted and are available here.
Contributing
For the time being, I'm making changes using PackageDev to convert the YAML-tmLanguage
to tmLanguage
, with some extra messy steps involved when converting it for Atom (using CSON Converter. Any help, bugs, and suggestions are welcome!