From 51bba660a89e0027929206b622c9c1cbdd995cfb Mon Sep 17 00:00:00 2001 From: Omar Valdez Date: Sat, 27 Jul 2024 16:28:19 -0700 Subject: refactor(queries): Remove quotes from properties in set! directive --- 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 b4fa1fc46..71356264c 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -59,7 +59,7 @@ ; Decorators ((decorator "@" @attribute) - (#set! "priority" 101)) + (#set! priority 101)) (decorator (identifier) @attribute) -- cgit v1.2.3-70-g09d2