130
edits
(Escaped HTML) |
(typo) |
||
| Line 180: | Line 180: | ||
=== Creating a new highlighter class === | === Creating a new highlighter class === | ||
A good way to get started is by taking a look at [http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/highlighter.js | A good way to get started is by taking a look at [http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/highlighter.js existing highlighters here]. | ||
Here is some boilerplate code for a new highlighter class: | Here is some boilerplate code for a new highlighter class: | ||
edits