groenewege/vim-less

Vim74 syntax issues

bendavis78 opened this issue · 3 comments

I believe Vim74 introduced some new syntax definitions, which is causing properties like "padding", "left", and "border" to be interpreted as cssUIAttr and not cssBoxProp. In my color scheme "padding-left" shows up green, but "padding" shows up purple. I'm not sure exactly how to fix it.

Thank you for the information.

I made this plugin doing some copy / paste when I tried out VIM a while ago.
I no longer use VIM or LESS and I have very little experience doing VIM script.
Unfortunately, I don't think I can fix the current problems.
I hope someone more skilled can take over the repo.

best regards,
gunther

luin commented

+1 for this issue, looking forward someone can fix it

Hi,

This has been reported earlier, it's more of a feature rather than an issue since the css plugin tries to distinguish certain properties differently. It's outside the scope of vim-less per say since it's coming directly from vim-less. Closing this for now.