Lexers for HTML, XML and related markup.
Unknown Field: copyright | |
Copyright 2006-2021 by the Pygments team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Class | DtdLexer |
A lexer for DTDs (Document Type Definitions). |
Class | HamlLexer |
For Haml markup. |
Class | HtmlLexer |
For HTML 4 and XHTML 1 markup. Nested JavaScript and CSS is highlighted by the appropriate lexer. |
Class | PugLexer |
For Pug markup. Pug is a variant of Scaml, see: http://scalate.fusesource.org/documentation/scaml-reference.html |
Class | ScamlLexer |
For Scaml markup. Scaml is Haml for Scala. |
Class | XmlLexer |
Generic lexer for XML (eXtensible Markup Language). |
Class | XsltLexer |
A lexer for XSLT. |