Dear list,

I'm co-developing a syntax file for LessCSS[0]. LessCSS is a language that
extends CSS with features like nesting and variables. Hence, the syntax
file uses many of the definition of the stock css.vim.

The file is on Github:
https://github.com/lenniboy/vim-less/blob/master/syntax/less.vim

My problem is that attribute values are not matched if they are directly
preceded by a colon:

ul{
list-style-type: none;
list-style-type:none;
}

On the first line inside the braces 'none' is correctly highlighted but on
the second line it is not. This however works with the standard CSS syntax
file.

I've wrecked my brain for weeks trying to find out where the problem is but
I'm at my wit's end. Could a kind soul help me out here?

Thanks
Leonard

[0]http://lesscss.org/

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Raspunde prin e-mail lui