From ae87408513827fa653d749d5ff4cb0da184804e4 Mon Sep 17 00:00:00 2001 From: lfenzo Date: Sun, 24 Jul 2022 19:18:11 -0300 Subject: Split func/method definition from calls in python highlighting query --- queries/python/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queries/python') 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) -- cgit v1.2.3-70-g09d2