We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24edcaf commit 9e6416dCopy full SHA for 9e6416d
crates/languages/src/python/highlights.scm
@@ -28,15 +28,18 @@
28
29
; Function calls
30
31
-(decorator
32
- "@" @punctuation.special
33
- (identifier) @function.decorator)
34
-
35
(call
36
function: (attribute attribute: (identifier) @function.method.call))
37
38
function: (identifier) @function.call)
39
+(decorator
+ "@" @punctuation.special
+ (identifier) @function.decorator)
40
41
+ (call function: (identifier) @function.decorator.call))
42
+
43
; Function and class definitions
44
45
(function_definition
0 commit comments