vim-less : LESS css syntax updated to v2.3.0 - 2015
script karma |
Rating 1/1,
Downloaded by 622 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Luis Hdez |
|
script type |
syntax |
|
description |
This vim bundle adds syntax highlighting, indenting and autocompletion for the dynamic stylesheet language LESS.
* Update to LESS v2.3.0
* vim-css-color Compatible
* vim-css3-syntax Compatible
* Any bundle that places css syntax into after/syntax/css/* |
|
install details |
Installing and Using
Install pathogen into ~/.vim/autoload/ and add the following line to your ~/.vimrc:
call pathogen#infect()
Make a clone of the vim-less repository:
$ mkdir -p ~/.vim/bundle $ cd ~/.vim/bundle $ git clone https://github.com/luishdez/vim-less
OR use vundle, adding this line to your ~/.vimrc:
Bundle 'luishdez/vim-less'
OR use git submodules:
$ git submodule add https://github.com/luishdez/vim-less.git bundle/vim-less $ git submodule init |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.141.40.242
|