diff options
| author | patricorgi <patricorgi@gmail.com> | 2025-03-06 12:47:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 18:47:57 +0100 |
| commit | 16e8e197717cc6a89d7bea46d5e3cde954f1500e (patch) | |
| tree | 4b85de548b4db2acb1630b3916b76bfc1ceab2a1 /queries/python | |
| parent | bot(lockfile): update angular, meson, mlir, rust, scala, unison (diff) | |
| download | nvim-treesitter-16e8e197717cc6a89d7bea46d5e3cde954f1500e.tar nvim-treesitter-16e8e197717cc6a89d7bea46d5e3cde954f1500e.tar.gz nvim-treesitter-16e8e197717cc6a89d7bea46d5e3cde954f1500e.tar.bz2 nvim-treesitter-16e8e197717cc6a89d7bea46d5e3cde954f1500e.tar.lz nvim-treesitter-16e8e197717cc6a89d7bea46d5e3cde954f1500e.tar.xz nvim-treesitter-16e8e197717cc6a89d7bea46d5e3cde954f1500e.tar.zst nvim-treesitter-16e8e197717cc6a89d7bea46d5e3cde954f1500e.zip | |
feat(snakemake): add rules to locals (#7698)
Diffstat (limited to 'queries/python')
| -rw-r--r-- | queries/python/locals.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/python/locals.scm b/queries/python/locals.scm index 6a9dffe23..b012e9eee 100644 --- a/queries/python/locals.scm +++ b/queries/python/locals.scm @@ -16,15 +16,15 @@ ; Imports (aliased_import - alias: (identifier) @local.definition.import) + alias: (identifier) @local.definition.import) @local.scope (import_statement name: (dotted_name - (identifier) @local.definition.import)) + (identifier) @local.definition.import)) @local.scope (import_from_statement name: (dotted_name - (identifier) @local.definition.import)) + (identifier) @local.definition.import)) @local.scope ; Function with parameters, defines parameters (parameters |
