From c65413f2ac20d1d4b91fe4eb32d9d25525b34b83 Mon Sep 17 00:00:00 2001 From: vsajko Date: Sat, 30 Mar 2024 00:30:13 +0100 Subject: fix(python): add staticmethod to builtin decorators --- queries/python/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/python') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index d35f7307c..4d62aeff0 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -79,7 +79,7 @@ ((decorator (identifier) @attribute.builtin) - (#any-of? @attribute.builtin "classmethod" "property")) + (#any-of? @attribute.builtin "classmethod" "property" "staticmethod")) ; Builtin functions ((call -- cgit v1.2.3-70-g09d2