ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Better Less

by radium-v ALL

Cross-compatible syntax highlighting for Less

Details

Installs

  • Total 5K
  • Win 3K
  • Mac 2K
  • Linux 473
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 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
Windows 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1
Mac 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 2 0 1 0 0 2
Linux 0 0 1 1 0 0 0 0 0 0 0 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 0 0 0 0 2 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Better Less

Cross-compatible syntax highlighting for Less

Project Mission

Installation

Visual Studio Code

Launch VS Code Quick Open (⌘+P), paste the following command, and press enter.

ext install better-less

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

Recommended Color Schemes

Some themes are more suitable than others for the extended scopes provided by Better Less. Built-in themes tend to reuse the same colors for different scopes. For instance, many color schemes use the same color for variables and selectors, without taking the prefix into account (., #, @, etc.). This can make it difficult to scan your code for specific tokens.

I've found that the Oceanic Next Color Scheme works well. I primarily use the Boxy Theme Kit for Visual Studio Code, which is adapted from the original Boxy Theme for Sublime Text.

Contributing

For the time being, I'm making changes using PackageDev and Textmate Languages to convert the YAML-tmLanguage to tmLanguage. Any help, bugs, and suggestions are welcome!