module documentation

pygments.lexers.jslt ~~~~~~~~~~~~~~~~~~~~ Lexers for the JSLT language :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class JSLTLexer For JSLT source.
Constant _WORD_END Undocumented
_WORD_END: str = (source)

Undocumented

Value
'(?=[^0-9A-Z_a-z-])'