Georg Brandl

Results 129 comments of Georg Brandl

Also a good point, but how would stripping the background color interact with dark themes? You'd have to at least implement #2252 as well, and always use the light version...

That's `Name.Other`... would you think it's ok to have `Name.Variable` as a token type for everything that's currently `nx`?

Maybe we should just give up the indirection in the Makefile and call `pytest` instead of `$(PYTHON) $(which pytest)`? Those who want to use a different interpreter or pytest can...

Switchable light/dark themes are a good idea, which isn't currently supported in Pygments at all. It's worth investigating how they would interact with other formatters.

Yeah, `-m pytest` should be much better. I didn't suggest to get rid of the makefile, I like those little shortcuts :)

Thanks for the report. Annoying case, we'd have to recognize Bash's `$(())` construct...

The differences I mentioned on Reddit were measured against the code checked out then. With current master I also have no seen no difference in timing. The remaining advantage is...

Anything left to do here?

@calbaker please open this as a separate discussion/issue - this issue is about extending the other way.

You can maybe add deleting `doc/src/lexer_tutorial.md` to this cleanup?