Less
Less syntax for Sublime Text
Details
Installs
- Total 704K
- Win 383K
- Mac 231K
- Linux 91K
Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 7 | 9 | 1 | 11 | 4 | 5 | 3 | 7 | 4 | 2 | 6 | 8 | 8 | 10 | 5 | 3 | 3 | 3 | 5 | 4 | 4 | 5 | 5 | 2 | 3 | 2 | 3 | 6 | 9 | 4 | 3 | 0 | 4 | 3 | 5 | 4 | 1 | 8 | 4 | 10 | 9 | 5 | 8 | 8 | 3 |
Mac | 0 | 4 | 4 | 4 | 0 | 1 | 3 | 3 | 2 | 1 | 0 | 3 | 1 | 5 | 2 | 3 | 3 | 1 | 3 | 1 | 1 | 1 | 0 | 3 | 2 | 4 | 1 | 5 | 1 | 1 | 5 | 3 | 0 | 1 | 1 | 2 | 1 | 3 | 2 | 3 | 3 | 5 | 1 | 5 | 0 | 1 |
Linux | 0 | 2 | 1 | 0 | 1 | 0 | 1 | 3 | 2 | 1 | 3 | 0 | 1 | 3 | 1 | 3 | 1 | 0 | 1 | 1 | 3 | 4 | 1 | 0 | 0 | 1 | 1 | 2 | 1 | 3 | 7 | 0 | 0 | 1 | 1 | 4 | 4 | 3 | 1 | 1 | 0 | 0 | 2 | 4 | 1 | 1 |
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
.
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Install Package
- Find
Less
and hit Enter
Manual Install
- 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. - Rename it to Less.sublime-package
- Copy it into Installed Packages directory
[!NOTE]
To find Installed Packages…
- call Menu > Preferences > Browse Packages..
- 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,
- check if CSS package is enabled.
- remove any out-dated syntax override.
Enable CSS package
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Enable Packages
- Find
CSS
and hit Enter
Remove overrides
- call Menu > Preferences > Browse Packages..
- Look for CSS folder
- Remove it or at least delete any CSS.sublime-syntax in it