Salomon Popp
Salomon Popp
> For the record, the same problem is present with arguments and keyword arguments: > >  > > I think this problem can be solved by just moving the...
actually it _is_ highlighted properly with #7732
this one is not but I don't think this can be solved with standard Treesitter stuff (should be the responsibility of LSP semantic tokens). I also added a comment to...
in case anyone comes across this: I managed to achieve correct highlighting for the example above using a combination of TreeSitter captures + LSP semantic tokens https://github.com/disrupted/dotfiles/blob/0481b838f1373aadaae7a2c6520af182cd81d6fc/.config/nvim/lsp/basedpyright.lua#L12-L48 overall I would...