12 https://tools.ietf.org/html/rfc5232 |
12 https://tools.ietf.org/html/rfc5232 |
13 https://tools.ietf.org/html/rfc5235 |
13 https://tools.ietf.org/html/rfc5235 |
14 https://tools.ietf.org/html/rfc5429 |
14 https://tools.ietf.org/html/rfc5429 |
15 https://tools.ietf.org/html/rfc8580 |
15 https://tools.ietf.org/html/rfc8580 |
16 |
16 |
17 :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. |
17 :copyright: Copyright 2006-2021 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, bygroups |
21 from pygments.lexer import RegexLexer, bygroups |
22 from pygments.token import Comment, Name, Literal, String, Text, Punctuation, Keyword |
22 from pygments.token import Comment, Name, Literal, String, Text, Punctuation, Keyword |