aerial.nvim/tests
Slotos 2d169d3497
feat: set scope from node captures and add basic query documentation (#318)
* Process scope captures

This lets us avoid complex querying when extracting scope.
As long as the capture includes a scoping node in a `@scope` capture,
its text will be extracted and used as a scope value.
If "public" is named differently in some language,
`#set @scope "text" "public"` will do the trick for a cost of an
additional query.

* Add basic query documentation to readme and vimdoc

* Add reusable language extensions info to readme
2023-11-10 07:39:37 -08:00
..
symbols feat: set scope from node captures and add basic query documentation (#318) 2023-11-10 07:39:37 -08:00
treesitter feat(treesitter): support for objdump files (#320) 2023-10-31 07:55:51 -07:00
attach_and_events_spec.lua fix: do not open_automatic in unsupported buffers (#185) 2022-12-01 08:37:54 -08:00
config_spec.lua feat: some options can be set on a per-buffer basis (#280) 2023-07-29 10:40:13 -07:00
man_test.txt test: refactor tests to use snapshot files (#315) 2023-10-15 21:18:56 -07:00
minimal_init.lua chores: update markdown expectations, regenerate ruby symbols, enable nvim-treesitter main testing (#323) 2023-11-09 21:17:09 -08:00
navigation_spec.lua chores: update markdown expectations, regenerate ruby symbols, enable nvim-treesitter main testing (#323) 2023-11-09 21:17:09 -08:00
open_spec.lua refactor: use modern option setter/getter methods 2023-05-21 20:23:12 -07:00
test_util.lua feat: ship the experimental treesitter selection range (#279) 2023-10-31 17:26:09 -07:00
treesitter_spec.lua test: refactor tests to use snapshot files (#315) 2023-10-15 21:18:56 -07:00
window_spec.lua fix: do not open_automatic in unsupported buffers (#185) 2022-12-01 08:37:54 -08:00