module documentation

pygments.lexers.archetype ~~~~~~~~~~~~~~~~~~~~~~~~~ Lexer for Archetype-related syntaxes, including: - ODIN syntax <https://github.com/openEHR/odin> - ADL syntax <http://www.openehr.org/releases/trunk/architecture/am/adl2.pdf> - cADL sub-syntax of ADL For uses of this syntax, see the openEHR archetypes <http://www.openEHR.org/ckm> Contributed by Thomas Beale <https://github.com/wolandscat>, <https://bitbucket.org/thomas_beale>. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class AdlLexer Lexer for ADL syntax.
Class AtomsLexer Lexer for Values used in ADL and ODIN.
Class CadlLexer Lexer for cADL syntax.
Class OdinLexer Lexer for ODIN syntax.