Lasse Edsvik
Lasse Edsvik

Reputation: 9298

Coloring CSS syntax for textarea

I'm having a page were I edit CSS in a textarea. I would like to have some sort of plugin that colors my code as I edit.

Is there some editor like CKEditor that lets you accomplish that?

Upvotes: 0

Views: 337

Answers (2)

Suresh Atta
Suresh Atta

Reputation: 122008

You can find the more number of suggestions for syntax coloring here

Upvotes: 1

Panos Bariamis
Panos Bariamis

Reputation: 4653

there is an editor called ace. It's a multi purpose editor.

Upvotes: 2

Related Questions