Re: [Qemu-devel] [PATCH v2 0/2] Add QMP lexer for annotated JSON to Sphinx

2019-06-03 Thread John Snow
Peter: I think this one would be through your tree if anyone's, yes? Any thoughts? --js On 5/23/19 8:12 AM, John Snow wrote: > QMP isn't json. It turns out Pygments cares about this. > Teach Pygments to go with the annotated flow. > > V2: > - Change GPL2 to GPLv2+ (Peter Maydell) > - Change "h

[Qemu-devel] [PATCH v2 0/2] Add QMP lexer for annotated JSON to Sphinx

2019-05-23 Thread John Snow
QMP isn't json. It turns out Pygments cares about this. Teach Pygments to go with the annotated flow. V2: - Change GPL2 to GPLv2+ (Peter Maydell) - Change "highlights" to "lexes" in docstrings - Fix typo ("Sphinx()" => "Sphinx") in docstring Reported-by: Aarushi Mehta John Snow (2): sphinx