Home
last modified time | relevance | path

Searched refs:QMPExampleLexer (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/docs/sphinx/
H A Dqmp_lexer.py31 class QMPExampleLexer(DelegatingLexer): class
34 super(QMPExampleLexer, self).__init__(JsonLexer, QMPExampleMarkersLexer,
41 sphinx.add_lexer('QMP', QMPExampleLexer)
43 sphinx.add_lexer('QMP', QMPExampleLexer())