Home
last modified time | relevance | path

Searched refs:pygments (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Doc/tools/extensions/
H A Dpeg_highlight.py1 from pygments.lexer import RegexLexer, bygroups, include
2 from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text
H A Dasdl_highlight.py8 from pygments.lexer import RegexLexer, bygroups, include, words
9 from pygments.token import (Comment, Generic, Keyword, Name, Operator,
/third_party/python/Lib/distutils/tests/
H A Dtest_check.py12 import pygments namespace
14 pygments = None variable
143 if pygments is not None:
/third_party/PyYAML/examples/pygments-lexer/
H A Dyaml.py13 from pygments.lexer import \
15 from pygments.token import \

Completed in 2 milliseconds