From 09f9f70576830c328af37b73f96286d80ecf20f9 Mon Sep 17 00:00:00 2001 From: Paul Scott Date: Sun, 15 May 2022 00:03:53 +1000 Subject: [PATCH] Python highlight decorator attribute --- runtime/queries/python/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm index 35294072..93e08d58 100644 --- a/runtime/queries/python/highlights.scm +++ b/runtime/queries/python/highlights.scm @@ -34,6 +34,9 @@ (decorator) @function (decorator (identifier) @function) +(decorator (attribute attribute: (identifier) @function)) +(decorator (call + function: (attribute attribute: (identifier) @function))) ; Parameters