Results 216 comments of Jean Abou Samra

For "prior art", see: ``` $ pip install pycowsay Defaulting to user installation because normal site-packages is not writeable Collecting pycowsay Using cached pycowsay-0.0.0.2-py3-none-any.whl (4.0 kB) Installing collected packages: pycowsay...

The JSX lexer exists in the latest source code but not in a release yet.

> And I did something probably hacky, Very definitely hacky. Why don't you just install the latest master version of Pygments? It should be as easy as `pip install https://github.com/pygments/pygments/archive/refs/heads/master.zip`,...

Sorry, we don't have that at the moment. To do it the proper way instead of that horrible hack, you'd write a plugin. https://pygments.org/docs/plugins/ (You might also find some useful...

Well, Pygments does recognize the function name in simple cases, like `int foo() { return 0; }`, but not `std::vector foo() { return 0; }`. Unfortunately, C and C++ are...

I see that there was already a similar problem in https://github.com/flatpak/flatpak/issues/3448, but apparently it was fixed back then.