HomeSort by relevance Sort by last modified time
    Searched refs:pygments (Results 1 - 5 of 5) sorted by null

  /external/markdown/markdown/extensions/
codehilite.py 19 * [Pygments](http://pygments.org/)
36 Determine language of source code, and pass it into the pygments hilighter.
64 Pass code to the [Pygments](http://pygments.pocoo.org/) highliter with
78 from pygments import highlight
79 from pygments.lexers import get_lexer_by_name, guess_lexer, \
81 from pygments.formatters import HtmlFormatter
  /external/python/cpython2/Lib/distutils/tests/
test_check.py 12 import pygments
14 pygments = None variable
130 if pygments is not None:
136 'Cannot analyze code. Pygments package not found.'
  /external/python/cpython3/Lib/distutils/tests/
test_check.py 11 import pygments
13 pygments = None variable
129 if pygments is not None:
135 'Cannot analyze code. Pygments package not found.'
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
opt-viewer.py 16 from pygments import highlight
17 from pygments.lexers.c_cpp import CppLexer
18 from pygments.formatters import HtmlFormatter
27 The tools requires PyYAML and Pygments Python packages.'''
83 # Python 3, pygments.highlight() returns a bytes object, so we
  /external/markdown/
test-markdown.py 330 import pygments

Completed in 4116 milliseconds