Will Bond

Results 395 comments of Will Bond

What tool are you planning to consume pyproject.toml with?

I didn’t realize pip now supports pyproject.toml

Unfortunately the project I built this for ended up not ever being released, and I now only work on Python as an occasional hobby. If someone were to take this...

Can you post the raw code so I don’t have to re-type it?

So, I could see adding `keyword.import`, but I'm not sure about removing `keyword.control.import` for now, since I don't think many color scheme color `keyword` by itself, but I could be...

The topic of scoping *qualifiers* is not well addressed currently, so I'd like to come up with something to move forward. Currently run into this issue in lots of places...

I think the most obvious alternative to `entity.other.qualifier`, or (`entity.qualifier` as @FichteFoll suggested on Discord) is: `variable.qualifier` This keeps most such identifiers in syntaxes under `variable`, for better or worse,...

It might be helpful to note that we aren't working in a vacuum. We aren't going to break backwards compatibility of syntaxes and themes. Changing how we scope keywords isn't...

## Check for Scope Doubling The characters `(`, `)`, `{`, `}`, `[`, `]` are very easy to double scopes on via `meta_scope`. I try to add tests for `^ punctuation`...

@Thom1729 Wondering if you have any thoughts on this?