summaryrefslogtreecommitdiff
path: root/queries/python
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2020-09-19 21:09:35 +0200
committerSantos Gallegos <stsewd@protonmail.com>2020-09-19 15:06:04 -0500
commitcd9cab7990581836ab0efc7fc3f8c422f7ea2ea1 (patch)
tree9ecb1de5fd26c5cf5e2cbcad60159e1223da9eeb /queries/python
parente31cbdc13daede0ebe2a2bf4cc1f9eee183a8ad6 (diff)
fix(python): use `@Normal` again for f-strings `@none` is not aggressive enough
Diffstat (limited to 'queries/python')
-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 b0cae4cf..b571c951 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -5,7 +5,7 @@
(identifier) @variable
; Reset highlighing in f-string interpolations
-(interpolation) @none
+(interpolation) @Normal
;; Identifier naming conventions
((identifier) @type