aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
Diffstat (limited to 'queries')
-rw-r--r--queries/dart/highlights.scm2
-rw-r--r--queries/python/highlights.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/queries/dart/highlights.scm b/queries/dart/highlights.scm
index 12ef27d1a..1c5591ac9 100644
--- a/queries/dart/highlights.scm
+++ b/queries/dart/highlights.scm
@@ -19,7 +19,7 @@
"$" @punctuation.special
"{" @punctuation.special
"}" @punctuation.special
-) @embedded
+) @none
[
"@"
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index b571c951d..b0cae4cfc 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