Skip to content

Commit

Permalink
Python highlight decorator attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Scott authored and archseer committed May 20, 2022
1 parent 2a20301 commit 09f9f70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/queries/python/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@

(decorator) @function
(decorator (identifier) @function)
(decorator (attribute attribute: (identifier) @function))
(decorator (call
function: (attribute attribute: (identifier) @function)))

; Parameters

Expand Down

0 comments on commit 09f9f70

Please sign in to comment.