jakiestfu / Behave.js

A lightweight, cross browser library for adding IDE style behaviors to plain text areas
http://jakiestfu.github.com/Behave.js/
1.74k stars 110 forks source link

Do some syntax highlighting #25

Closed IngwiePhoenix closed 9 years ago

IngwiePhoenix commented 9 years ago

I'd like to use Behave.js within a self-cooked Markdown editor, but I'd like to add syntax highlighting. Would there be a possibility to do this?

Kind regards, Ingwie.

jakiestfu commented 9 years ago

Behave is not meant to be used for syntax highlighting, only plain text. You should check out Ace Editor or Codemirror editors if you'd like more functionality like this

IngwiePhoenix commented 9 years ago

Problem is that the both are like 4x bigger than my Javascript stuff combined o.o But thank you anyway! :)