mirror of https://github.com/helix-editor/helix
Python highlight decorator attribute
parent
2a2030142f
commit
09f9f70576
|
@ -34,6 +34,9 @@
|
||||||
|
|
||||||
(decorator) @function
|
(decorator) @function
|
||||||
(decorator (identifier) @function)
|
(decorator (identifier) @function)
|
||||||
|
(decorator (attribute attribute: (identifier) @function))
|
||||||
|
(decorator (call
|
||||||
|
function: (attribute attribute: (identifier) @function)))
|
||||||
|
|
||||||
; Parameters
|
; Parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue