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 461
Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15
Windows 1 0 0 0 1 0 1 1 3 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1
Mac 0 2 2 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 2 0 1 0 0 0 2 0 0 0 1 0 0 0 1 0 0 0 0 1 0
Linux 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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

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!