eric6/ThirdParty/Pygments/pygments/lexers/typoscript.py

changeset 7701
25f42e208e08
parent 7547
21b0534faebc
child 7983
54c5cfbb1e29
equal deleted inserted replaced
7700:a3cf077a8db3 7701:25f42e208e08
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

eric ide

mercurial