-
Hi Joxean, I've written a pygments style file for my theme of choice and I'd like to hook it up to diaphora, how can I go about doing this? There doesn't seem to be a way to modify it for example in t…
-
Hello all
### Describe the bug
When I add to the `_config.yml` file
```
sphinx:
recursive_update: true
config:
pygments_style: pygments.styles.xcode.XcodeStyle
```
I expect the…
-
This work would represent a clean fix for #1431, which was temporarily fixed by pinning pygments at `~=2.15.1` in #1433. However, it could also heavily simplify our need for overrides in the themes.
…
-
When trying to highlight following xml, the `]>` at the end of `DOCTYPE` gets highlighted as normal text.
Possible because, in dtd the `ELEMENT` does not have a closing `/`.
```xml
Hello Word!
…
-
For example :
https://ptpb.pw/9Ezk/bash?style=vim
According to the Pygments demo, this should render a black background styled code as seen here :
http://pygments.org/demo/6770298/?style=vim
…
ghost updated
6 years ago
-
[PostgresLexer](https://github.com/pygments/pygments/blob/07b69d42ca431249250195e7f7fbd21e1ccdfb2c/pygments/lexers/sql.py#L182) (added in https://github.com/pygments/pygments/commit/4e878a0d8bd3945002…
-
- [ ] [Python Prompt Toolkit 3.0 — prompt_toolkit 3.0.43 documentation](https://python-prompt-toolkit.readthedocs.io/en/master/index.html)
# Python Prompt Toolkit 3.0
## Snippet
```
Skip to docs na…
-
The joined image shows a same syntax highlighted (LaTeX) code in two blocks codes, both with the same [`Dracula`][1] style/theme:
- the first one with `Pygments`,
- the second one with [`Ace Edito…
-
-
Prelude
I am using
* a language for interactive terminal sessions (like `console` or `psql`)
* `style=bw`
* and the output is tokenized as [Generic.Output](https://pygments.org/docs/tokens/…