summaryrefslogtreecommitdiff
path: root/queries/python/highlights.scm
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2020-10-02 16:41:07 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2020-10-05 06:37:31 +0200
commit93f9708a3c21c79dd0186444af9599758432d6ab (patch)
tree7ab61e589bc0fc5b4289c9f77d99926e62705830 /queries/python/highlights.scm
parentb9b08d776b91d0e141f86d774ebeb1847051cf88 (diff)
Dart highlights: Reset highlight in interpolation
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 b571c951..b0cae4cf 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -5,7 +5,7 @@
(identifier) @variable
; Reset highlighing in f-string interpolations
-(interpolation) @Normal
+(interpolation) @none
;; Identifier naming conventions
((identifier) @type