dslmeinte / LessCss

Eclipse plug-ins for Less (http://lesscss.org/) and CSS.
42 stars 4 forks source link

Minor Issue: Improved Syntax Coloring #4

Open machineghost opened 12 years ago

machineghost commented 12 years ago

First off, I love that you made a Less plug-in for Eclipse (the base CSS editor would just stop working when I was editing less files). Thanks! Also, I'm sure there are more important issues than this one, but I figured I'd file this anyway as a "someday" issue.

All that being said, it would be really nice if the less editor had the same level of syntax-coloring as the base Eclipse CSS editor. In other words, it would be nice if the Less editor had a separate coloring for IDs, classes, and elements (in selectors).

dslmeinte commented 12 years ago

The selector coloring is perfectly doable, but coloring in CSS property declarations is going to be limited because I'm going to be limiting the support for CSS property declarations (too much work, too much overlap with existing editors).