Georg Brandl

Results 129 comments of Georg Brandl

The token type of those brackets got changed to Punctuation in 2.5. Color codes are not lacking there - the tokens are just unstyled by the selected style. If you...

Hm, that is unfortunate. Since RTF is mainly used with MS things, and we can't expect MS to fix this bug on their own, I guess we should introduce a...

You're welcome to submit a PR. However, the change you're suggesting here won't be accepted, since it's just a copy of the TextLexer. At the very least, CSV should make...

@jfbu do you have time for a review?

I guess the issue is that the string in the origin message should not be considered a docstring. However, fixing this would need to switch from a simple heuristic to...

Thanks - please fix up line lengths to be ~100. I also don't think we want to check in the config file unless the analyzer runs in our CI.

That's not a bad idea, if it's a new function that every library user knows will behave this way. It should probably also apply to interactive use (user calling `pygmentize`)...

I can provide a one-module Toml parser if necessary, I've written that already for another project.

This is not entirely correct, since it now allows prefixes of words like `classic` to be highlighted as a keyword.

I think this is a good feature to have, only two questions: * how to handle different font styles? At the moment this is impossible. * I think it's more...