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, \ |