Salomon Popp

Results 54 comments of Salomon Popp

> For the record, the same problem is present with arguments and keyword arguments: > > ![image](https://github.com/nvim-treesitter/nvim-treesitter/assets/80359343/2e9abd96-79fc-41d2-98f2-adcc977180e8) > > I think this problem can be solved by just moving the...

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...