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

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

eric ide

mercurial