Searched refs:pygments (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Doc/tools/extensions/ |
H A D | peg_highlight.py | 1 from pygments.lexer import RegexLexer, bygroups, include 2 from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text
|
H A D | asdl_highlight.py | 8 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 D | test_check.py | 12 import pygments namespace 14 pygments = None variable 143 if pygments is not None:
|
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 13 from pygments.lexer import \ 15 from pygments.token import \
|
Completed in 2 milliseconds