add lua embedding query for semantic search

This commit is contained in:
KCaverly
2023-07-31 10:02:28 -04:00
parent 17fa15d989
commit a5dd8dd0a9
5 changed files with 134 additions and 19 deletions
@@ -0,0 +1,10 @@
(
(comment)* @context
.
(function_declaration
"function" @name
name: (_) @name
(comment)* @collapse
body: (block) @collapse
) @item
)