PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/users-guide/mode-syntax-tokens.html

#
HTML | 23 lines | 23 code | 0 blank | 0 comment | 0 complexity | 1cff0728884ba422965541f5b4900ab9 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><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Token Types</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="jEdit 4.2 User's Guide"><link rel="up" href="writing-modes.html" title="Chapter 10. Mode Definition Syntax"><link rel="previous" href="mode-rule-keywords.html" title="The KEYWORDS Tag"><link rel="next" href="installing-modes.html" title="Chapter 11. Installing Edit Modes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Token Types</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="mode-rule-keywords.html">Prev</a> </td><th width="60%" align="center">Chapter 10. Mode Definition Syntax</th><td width="20%" align="right"> <a accesskey="n" href="installing-modes.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="mode-syntax-tokens"></a>Token Types</h2></div></div><div></div></div><p>
  2. Parser rules can highlight tokens using any of the following token
  3. types:
  4. </p><div class="itemizedlist"><ul type="disc"><li><p><tt class="literal">NULL</tt> - no special
  5. highlighting is performed on tokens of type <tt class="literal">NULL</tt>
  6. </p></li><li><p><tt class="literal">COMMENT1</tt>
  7. </p></li><li><p><tt class="literal">COMMENT2</tt>
  8. </p></li><li><p><tt class="literal">COMMENT3</tt>
  9. </p></li><li><p><tt class="literal">COMMENT4</tt>
  10. </p></li><li><p><tt class="literal">FUNCTION</tt>
  11. </p></li><li><p><tt class="literal">INVALID</tt>
  12. </p></li><li><p><tt class="literal">KEYWORD1</tt>
  13. </p></li><li><p><tt class="literal">KEYWORD2</tt>
  14. </p></li><li><p><tt class="literal">KEYWORD3</tt>
  15. </p></li><li><p><tt class="literal">KEYWORD4</tt>
  16. </p></li><li><p><tt class="literal">LABEL</tt>
  17. </p></li><li><p><tt class="literal">LITERAL1</tt>
  18. </p></li><li><p><tt class="literal">LITERAL2</tt>
  19. </p></li><li><p><tt class="literal">LITERAL3</tt>
  20. </p></li><li><p><tt class="literal">LITERAL4</tt>
  21. </p></li><li><p><tt class="literal">MARKUP</tt>
  22. </p></li><li><p><tt class="literal">OPERATOR</tt>
  23. </p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="mode-rule-keywords.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="writing-modes.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="installing-modes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The KEYWORDS Tag </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 11. Installing Edit Modes</td></tr></table></div></body></html>