Is there any IDE with syntax highlight support for LESS?
相关问题
- calc() with variables not possible - SyntaxError:
- less.modifyVars not updating LESS variable
- Lesscss > bootstrap's darken() and lighten() d
- LESS - Assign mixin to variable and reuse
- CSS preserve aspect ratio but fill parent div
相关文章
- less css using last-child selector
- Can Web Essentials be configured to NOT add *.css
- Customize syntax highlightin in canopy
- Compiling custom Bootstrap css in yii2 from less
- LESS strictImports
- VSCode configure syntax highlighting to match a st
- How can I combine multiple loaders (CSS, LESS, ttf
- LESS extend() not working
Eclipse does not support .less fully (nested rules, single line comments, etc) but you can at least configure it so that it would open .less files and treat them as .css.
Preferences > General > Content Types: find "CSS" entry and add .less extension.
Then, Preferences > General > Editors > File Assoc: add .less extension and associate with CSS editor.
Better than nothing, especially if you're into Eclipse world ;)
If you use Textmate there is a syntax highlighting bundle for LESS:
https://github.com/appden/less.tmbundle
Syntax highlighting for LESS is included in the newest version of rails.vim.
JetBrains PHPStorm has built-in support for LESS :)
Here is an Eclipse plugin for LESS : http://www.normalesup.org/~simonet/soft/ow/eclipse-less.fr.html
Sublime Text. It's good lightweight editor.