helix/runtime/queries/python/symbols.scm

6 lines
123 B
Scheme
Raw Normal View History

2024-11-08 22:56:22 +08:00
(function_definition
name: (identifier) @definition.function)
(class_definition
name: (identifier) @definition.class)