Leverage embeddings query to collapse syntax nodes if not selected (#3067)

Reverts zed-industries/zed#3049
This commit is contained in:
Kyle Caverly 2023-10-03 12:02:47 +03:00 committed by GitHub
commit cf5d89d13c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 481 additions and 107 deletions

View file

@ -2,6 +2,7 @@
[(line_comment) (attribute_item)]* @context
.
[
(struct_item
name: (_) @name)
@ -26,3 +27,6 @@
name: (_) @name)
] @item
)
(attribute_item) @collapse
(use_declaration) @collapse