File tree Expand file tree Collapse file tree 1 file changed +38
-5
lines changed Expand file tree Collapse file tree 1 file changed +38
-5
lines changed Original file line number Diff line number Diff line change 1
- # Less syntax for Sublime Text 3
1
+ # Less
2
2
3
- Provides syntax highlighting for ` .less ` (or ` .css.less ` ) files, with
3
+ [ Less] ( ) syntax definitions [ Sublime Text] .
4
+
5
+ Highlights ` .less ` (or ` .css.less ` ) files, and provides
4
6
5
7
- snippets
6
8
- completions
7
9
- symbols
8
10
9
- Highlights code using up to date specifications for properties and values to help you catch typos.
11
+ > ** Note**
12
+ >
13
+ > This version is no longer maintained.
14
+ >
15
+ > It is shipped for backward compatibility reasons and to respect the original authors efforts.
16
+ >
17
+ > see: https://github.com/danro/LESS-sublime
18
+ >
19
+ > ** An up-to-date working LESS syntax definition requires ST4107+.**
10
20
11
21
## Installation
12
22
13
- This package is available through [ Package Control] ( https://packagecontrol.io )
23
+ ### Package Control
24
+
25
+ The easiest way to install is using [ Package Control] ( https://packagecontrol.io ) . It's listed as ` LESS ` .
26
+
27
+ 1 . Open ` Command Palette ` using <kbd >ctrl+shift+P</kbd > or menu item ` Tools → Command Palette... `
28
+ 2 . Choose ` Package Control: Install Package `
29
+ 3 . Find ` LESS ` and hit <kbd >Enter</kbd >
30
+
31
+ ### Manual Install
32
+
33
+ 1 . Download appropriate [ LESS.sublime-package] ( https://github.com/SublimeText/LESS/releases ) for your Sublime Text build.
34
+ _ A suffix (e.g. ` -st4xxx ` ) denotes the least required ST build for the sublime-package to work._
35
+ 2 . Rename it to _ LESS.sublime-package_
36
+ 3 . Copy it into _ Installed Packages_ directory
37
+
38
+ > ** Note**
39
+ >
40
+ > To find _ Installed Packages_ ...
41
+ >
42
+ > 1 . call _ Menu > Preferences > Browse Packages.._
43
+ > 2 . Navigate to parent folder
14
44
45
+ > ** Warning**
46
+ >
47
+ > Manually installed packages are not automatically updated by Package Control.
15
48
16
- ## Buy me a coffee
49
+ ## Buy me a coffee
17
50
18
51
☕️👌🏻
19
52
You can’t perform that action at this time.
0 commit comments