carbon-tools / carbon

NO LONGER MAINTAINED - In-browser rich document editor.

Home Page:https://carbon.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How i can implement simple syntax highlight?

igorbelikov opened this issue · comments

How i can implement simple syntax highlight?
Something:
method registerRegex
=>

registerRegex(/test/, function() {
  return '<span class="token-test></span>';
});