diff options
Diffstat (limited to '')
| -rw-r--r-- | after/syntax/less.vim | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/after/syntax/less.vim b/after/syntax/less.vim deleted file mode 100644 index bb7bb56a..00000000 --- a/after/syntax/less.vim +++ /dev/null @@ -1,17 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 -   -" Language:     Colorful CSS Color Preview -" Author:       Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -" variable               | property       | multiline      | end-of-line | plugin -" -----------------------+----------------+----------------+-------------+--------- -"                lessCssAttribute         | lessCssComment | lessComment | https://github.com/genoma/vim-less -"                 lessAttribute           | lessCssComment | lessComment | https://github.com/KohPoll/vim-less -" lessVariableValue      | lessDefinition | cssComment     | lessComment | https://github.com/groenewege/vim-less -" lessVariableDefinition | cssDefinition  | cssComment     | lessComment | https://github.com/lunaru/vim-less - -call css_color#init('css', 'extended', 'lessVariableValue,lessVariableDefinition,lessDefinition,lessCssAttribute,lessAttribute,cssDefinition,cssComment,lessCssComment,lessComment') - -endif | 
