-
Currently the style used when highlighting matching brackets is hard-coded to apply a silver background. This style is problematic for light-on-dark color schemes where the cursor and/or bracket colo…
-
This issue is about one single use-case: using Pygments to render some code while inside a Jupyter Notebook (inside [JupyterLab](https://github.com/jupyterlab/jupyterlab)).
However, to fix this use…
-
See https://github.com/shkumagai/pygments-style-solarized
Also see #2 that someone is maintaining a PyPI package with strangely high version no. with no description: https://pypi.org/project/pygmen…
-
### Context
When using the `highlight` option to provide a custom syntax highlighter, markdown-it-py wraps the HTML output of the highlighter in `` unless it already starts with `> pygments.highlight…
-
Currently there are very few options for styling declarations, essentially only a few ``desc_*`` nodes in ``sphinx/addnodes.py``. For some languages (e.g., C++) declarations may contain many keywords …
-
I wanted the sql to be formatted so i have tried the below code for that. Can you incorporate sqlparse also if possible
```
def _duplicate_queries(self, output):
"""Appends the most commo…
-
The problem is similar to what was reported in this [old issue](https://github.com/mansenfranzen/autodoc_pydantic/issues/32)
I am finding this sphinx extension very useful for managing the document…
-
Any plan of making a style for [Pygments](http://pygments.org)?
-
## Description
In JupyterLab, CodeMirror does not tag items like brackets, colons, semi-colons, parentheses, and commas as punctuation. pygments flags such elements as punctuation and jupyterla…
-
(Original issue 1439 created by svenevs on 2018-04-16T08:22:18.835692+00:00)
Hello, I am working with an application where I snag traceback information and use the `py3tb` lexer to generate `html` us…