updated embedding treesitter query for python

This commit is contained in:
KCaverly 2023-07-06 16:36:28 -04:00
parent 7d634f66e2
commit 6f1e988cb9

View File

@ -0,0 +1,9 @@
(class_definition
"class" @context
name: (identifier) @name
) @item
(function_definition
"async"? @context
"def" @context
name: (_) @name) @item