diff options
Diffstat (limited to 'queries/python/highlights.scm')
| -rw-r--r-- | queries/python/highlights.scm | 4 |
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) |
