mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Improve tree-sitter-subtree (#11663)
* Make unnamed nodes visible in subtree view * Refine command description * Update generated docs * Update unit test expected output
This commit is contained in:
parent
48b89d4dcf
commit
8cdce9212c
3 changed files with 16 additions and 14 deletions
|
@ -72,7 +72,7 @@
|
|||
| `:sort` | Sort ranges in selection. |
|
||||
| `:rsort` | Sort ranges in selection in reverse order. |
|
||||
| `:reflow` | Hard-wrap the current selection of lines to a given width. |
|
||||
| `:tree-sitter-subtree`, `:ts-subtree` | Display tree sitter subtree under cursor, primarily for debugging queries. |
|
||||
| `:tree-sitter-subtree`, `:ts-subtree` | Display the smallest tree-sitter subtree that spans the primary selection, primarily for debugging queries. |
|
||||
| `:config-reload` | Refresh user config. |
|
||||
| `:config-open` | Open the user config.toml file. |
|
||||
| `:config-open-workspace` | Open the workspace config.toml file. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue