Skip to content

Commit

Permalink
Merge pull request #3 from paul-scott/types
Browse files Browse the repository at this point in the history
Python highlight decorator attribute
  • Loading branch information
paul-scott authored May 14, 2022
2 parents 065ab2a + 41cfaed commit d3ee550
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 d3ee550

Please sign in to comment.