I've been using LESS and I find it very useful
I would like to have CSS syntax highlight in Vim with all .less files.
Any suggestions?
|
|
|
Check the INSTALL file for instructions. |
|||
|
|
|
There are also a couple of github repos: |
|||||
|
|
If you only want to use Vim's syntax highlighting, then you can set the filetype of every LESS file to be a CSS file. To do this, you can add
Keep in mind that this is not the recommended way. According to the Vim tips Wiki:
|
||||
|
|
Paste this line into your .vimrc:
|
|||
|
|
|
Here is is solution for this http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=2756522# |
|||
|