Daniel Kongsgaard

Results 15 issues of Daniel Kongsgaard

### Problem I have run into a problem with highlighting in `InspectTree` caused by `ts_match_limit` being "only" 256. The bug shows up when I highlight the tree based on the...

bug
treesitter

This pull request is trying to continue work along the lines of #16008, but it gives both a global and a buffer local option (`vim.go.tsmatchlimit` and `vim.bo.tsmatchlimit`). A similar discussion...

needs:discussion
treesitter

This uses the exact cursor position to find the treesitter node used when finding the scope, which improves scope detection in Python, Lua and presumably some other languages too. New...

### Problem I just updated to version 3 today and haven't yet played around with all the options, but I couldn't find something doing what I am asking for in...

enhancement

I would like to keep the extmarks already set in my highlighting of the current window/buffer in the context if that is possible. E.g., in this picture: It would be...

enhancement
accepted

### Did you check docs and existing issues? - [X] I have read all the neodev.nvim docs - [X] I have searched the existing issues of neodev.nvim - [X] I...

bug

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature This feature request might have some overlap with #117, but I think...

enhancement
P2

This improves the highlighting delimiters inside c/c++ macros. Note that this won't fix all the macro highlighting problems, since we clear namespace by row without column information. If we can...

I added `priority` in a few examples to make it look more like the other examples and then I removed a `@_tag_name` in an example (it should only be in...

Since we wanted to do a rewrite to `iter_matches` anyways, I wanted to try to make it possible to write a `rainbow-blocks` query file for python with the `iter_matches` setup,...