aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index 780e2a5c0..5e2c4de66 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -56,11 +56,11 @@
(#match? @function "^([A-Z])@!.*$"))
(call
- function: (identifier) @function)
+ function: (identifier) @function.call)
(call
function: (attribute
- attribute: (identifier) @method))
+ attribute: (identifier) @method.call))
((call
function: (identifier) @constructor)