Skip to content

Commit 1124c18

Browse files
authored
feat(highlights): highlight decorator names as a function
1 parent 1ee3e77 commit 1124c18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

queries/highlights.scm

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
; Function calls
1212

1313
(decorator) @function
14+
(decorator
15+
(identifier) @function)
1416

1517
(call
1618
function: (attribute attribute: (identifier) @function.method))

0 commit comments

Comments
 (0)