jquery-colorfy
v0.0.9
Published
A simple way to add color attribute to text area.
Downloads
3
Maintainers
Readme
jquery.colorfy
jQuery plugin that colorfies your textarea.
It's available on npm and bower.
Screencast
Usage
$("#your_text_area").colorfy("yourDescriptor");
The descriptor can be registered like this
$.fn.colorfy.yourDescriptor = {
"keyword": /function|typeof|instanceof|var/,
"operator": /[+-*/%]/,
"string": /(["']).*+\1/m
}
Left hand side, aka key, is css class name. Right hand side, aka value, is regexp to match.
Known Bugs
- It only works well in Safari and Chrome.
- In Firefox when user press enter/return, cursor jumps incorrectly.
- Due to system input method, Chinese and Japanese are not supported.