Skip to content

Commit 396210f

Browse files
committed
README: Add deprecation notice
1 parent c8b6025 commit 396210f

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

README.md

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,52 @@
1-
# Less syntax for Sublime Text 3
1+
# Less
22

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
46

57
- snippets
68
- completions
79
- symbols
810

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+.**
1020
1121
## Installation
1222

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
1444
45+
> **Warning**
46+
>
47+
> Manually installed packages are not automatically updated by Package Control.
1548
16-
## Buy me a coffee
49+
## Buy me a coffee
1750

1851
☕️👌🏻
1952

0 commit comments

Comments
 (0)