Got tree sitter integration to a shippable place
This commit is contained in:
parent
30872d3992
commit
0921178b42
22 changed files with 88 additions and 544 deletions
10
crates/zed/src/languages/scheme/outline.scm
Normal file
10
crates/zed/src/languages/scheme/outline.scm
Normal file
|
@ -0,0 +1,10 @@
|
|||
(list
|
||||
.
|
||||
(symbol) @start-symbol @context
|
||||
.
|
||||
[
|
||||
(symbol) @name
|
||||
(list . (symbol) @name)
|
||||
]
|
||||
(#match? @start-symbol "^define")
|
||||
) @item
|
Loading…
Add table
Add a link
Reference in a new issue