module documentation

pygments.lexers.webmisc ~~~~~~~~~~~~~~~~~~~~~~~ Lexers for misc. web stuff. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class CirruLexer * using ``()`` for expressions, but restricted in a same line * using ``""`` for strings, with ``\`` for escaping chars * using ``$`` as folding operator * using ``,`` as unfolding operator * using indentations for nested blocks...
Class DuelLexer Lexer for Duel Views Engine (formerly JBST) markup with JavaScript code blocks.
Class QmlLexer For QML files.
Class SlimLexer For Slim markup.
Class XQueryLexer An XQuery lexer, parsing a stream and outputting the tokens needed to highlight xquery code.