aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python/highlights.scm')
-rw-r--r--queries/python/highlights.scm2
1 files changed, 1 insertions, 1 deletions
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)