12 Lexer that highlights markers, constants and registers within css. |
12 Lexer that highlights markers, constants and registers within css. |
13 |
13 |
14 `TypoScriptHtmlDataLexer` |
14 `TypoScriptHtmlDataLexer` |
15 Lexer that highlights markers, constants and registers within html tags. |
15 Lexer that highlights markers, constants and registers within html tags. |
16 |
16 |
17 :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS. |
17 :copyright: Copyright 2006-2020 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 import re |
21 import re |
22 |
22 |