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

Less

by SublimeText ST3 Top 100

Less syntax highlighting for Sublime Text

Details

  • 3.0.1
    2.7.6
  • github.​com
  • github.​com
  • 2 weeks ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 697K
  • Win 379K
  • Mac 229K
  • Linux 90K
Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 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
Windows 3 18 15 10 16 18 6 4 10 10 16 20 17 9 9 12 32 19 26 19 8 11 27 21 12 13 16 15 7 15 18 12 16 15 10 16 14 11 9 7 8 6 6 17 16 10
Mac 3 2 10 6 10 11 6 2 4 8 8 8 2 1 5 4 4 10 10 10 7 5 10 7 11 10 6 5 1 4 5 1 4 5 1 5 7 9 5 8 6 5 1 4 3 7
Linux 0 1 2 0 1 2 0 3 0 4 2 4 4 1 2 2 2 9 7 3 2 1 5 7 0 2 5 2 2 0 0 0 0 2 0 1 3 1 5 0 3 1 0 4 2 4

Readme

Source
raw.​githubusercontent.​com

Less

Less syntax definitions for Sublime Text based on its CSS syntax.

Highlights .less (or .css.less) files, and provides

  • snippets
  • completions
  • symbols

Installation

Package Control

The easiest way to install is using Package Control. It's listed as Less.

  1. Open Command Palette using ctrl+shift+P or menu item Tools → Command Palette...
  2. Choose Package Control: Install Package
  3. Find Less and hit Enter

Manual Install

  1. Download appropriate Less.sublime-package for your Sublime Text build. A suffix (e.g. -st4xxx) denotes the least required ST build for the sublime-package to work.
  2. Rename it to Less.sublime-package
  3. Copy it into Installed Packages directory

Note

To find Installed Packages

  1. call Menu > Preferences > Browse Packages..
  2. Navigate to parent folder

Warning

Manually installed packages are not automatically updated by Package Control.

Troubleshooting

Less extends Sublime Text's CSS syntax definition as of ST4149.

If Less syntax highlighting doesn't work and console displays syntax errors in Less.sublime-syntax, please make sure to remove any out-dated syntax override.

Steps:

  1. call Menu > Preferences > Browse Packages..
  2. Look for CSS folder
  3. Remove it or at least delete any CSS.sublime-syntax in it