Got tree sitter integration to a shippable place

This commit is contained in:
Mikayla Maki 2022-12-05 11:29:52 -08:00
parent 30872d3992
commit 0921178b42
22 changed files with 88 additions and 544 deletions

View file

@ -0,0 +1,10 @@
(list
.
(symbol) @start-symbol @context
.
[
(symbol) @name
(list . (symbol) @name)
]
(#match? @start-symbol "^define")
) @item