Trabla: Sublime Text 2: LESS syntax highlighting sublime text 2 ( on windows system )
This tutorial explains how to install LESS syntax highlighting plugin into Sublime Text 2 editor.
By default Sublime Text 2 has no support of LESS ( dynamic style sheet language ).
Solving:
1. Goto LESS plugin page in GitHub ( author danro )
https://github.com/danro/LESS-sublime
and click "Download ZIP" button
2. Open folder where Sublime Text 2 stores packages and create folder "LESS"
%APPDATA%/Sublime Text 2/Packages/
For example on my PC:
C:\Users\samuraikit\AppData\Roaming\Sublime Text 2\Packages
3. Copy all files from downloaded archive into folder LESS in Sublime 2 Packages directory
e.g. C:\Users\samuraikit\AppData\Roaming\Sublime Text 2\Packages\LESS
4. Restart Sublime Text 2 and open any .less file
Hooray !!! it works :)
No comments:
Post a Comment