ThirdParty/Pygments/pygments/lexers/archetype.py

changeset 5713
6762afd9f963
parent 4697
c2e9bf425554
equal deleted inserted replaced
5712:f0d08bdeacf4 5713:6762afd9f963
12 For uses of this syntax, see the openEHR archetypes <http://www.openEHR.org/ckm> 12 For uses of this syntax, see the openEHR archetypes <http://www.openEHR.org/ckm>
13 13
14 Contributed by Thomas Beale <https://github.com/wolandscat>, 14 Contributed by Thomas Beale <https://github.com/wolandscat>,
15 <https://bitbucket.org/thomas_beale>. 15 <https://bitbucket.org/thomas_beale>.
16 16
17 :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. 17 :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
18 :license: BSD, see LICENSE for details. 18 :license: BSD, see LICENSE for details.
19 """ 19 """
20 20
21 from pygments.lexer import RegexLexer, include, bygroups, using, default 21 from pygments.lexer import RegexLexer, include, bygroups, using, default
22 from pygments.token import Text, Comment, Name, Literal, Number, String, \ 22 from pygments.token import Text, Comment, Name, Literal, Number, String, \

eric ide

mercurial