mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Add initial symbols queries
This commit is contained in:
parent
cc3b77b584
commit
02c5df9031
6 changed files with 83 additions and 0 deletions
5
runtime/queries/python/symbols.scm
Normal file
5
runtime/queries/python/symbols.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
(function_definition
|
||||
name: (identifier) @definition.function)
|
||||
|
||||
(class_definition
|
||||
name: (identifier) @definition.class)
|
Loading…
Add table
Add a link
Reference in a new issue