Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web-based code editor plugin (for Css & Less) with syntax highlight

Tags:

jquery

css

less

Is there a proved/simple way to create code editor foe CSS/LESS files inside my web application? (like on github or any web based IDE). Maybe there some good plugin to achieve that?

like image 875
WHITECOLOR Avatar asked Sep 16 '12 14:09

WHITECOLOR


People also ask

Which text editor is used for CSS coding?

1. Adobe Dreamweaver. Adobe Dreamweaver is a web design software tool that allows you to edit HTML, CSS, and JavaScript code in a live environment.


2 Answers

Github uses Ace editor I highly recommend it.

like image 149
noel Avatar answered Sep 19 '22 01:09

noel


Just give http://codemirror.net/ a try...

like image 32
yckart Avatar answered Sep 21 '22 01:09

yckart