PageRenderTime 38ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-3-pre5/org/gjt/sp/jedit/syntax/package.html

#
HTML | 13 lines | 11 code | 2 blank | 0 comment | 0 complexity | 7ffb4d2c8ad83ae527ffca4afd64f944 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><body>The jEdit syntax highlighting engine. This package only depends on a
  2. few jEdit classes:
  3. <ul>
  4. <li><a href="../../util/SegmentCharSequence.html">org.gjt.sp.util.SegmentCharSequence class</a></li>
  5. <li><a href="../../util/Log.html">org.gjt.sp.util.Log class</a></li>
  6. </ul>
  7. To use this package from other programs, see the documentation for the
  8. <a href="TokenMarker.html">TokenMarker</a>,
  9. <a href="TokenHandler.html">TokenHandler</a> and
  10. <a href="XModeHandler.html">XModeHandler</a> classes.
  11. </body></html>