vim-less
vim-less copied to clipboard
vim-css-color compatibility issues
For some reason vim-css-color does not seem to highlight colors in my LESS files when using vim-less. I installed both vim-less and vim-css-color (and other plugins) using Pathogen.
Aside from the vim-css-color issue, vim-less appears to be working as expected.
-- Update --
Oddly this only seems to happen with certain named colors. For instance, red, blue, and green do not get highlighted but purple, orange, and yellow do. If I copy the exact same code to a CSS file instead of a LESS file all of the colors (red, blue, green, purple, orange, and yellow) are highlighted as expected. Hex colors seem to be working fine though.
+1
I'm getting compatibility issues here as well. For some reason vim-less is screwing up the color highlights in vim-css-color
Any news on this?
I think this is related to the bug I highlighted in issue ap/vim-css-color#38