OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pygments
(Results
1 - 2
of
2
) 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/markdown/
test-markdown.py
330
import
pygments
namespace
Completed in 26 milliseconds