aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python/highlights.scm
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/highlights.scm
parentfeat(install): make compiler selectable (diff)
downloadnvim-treesitter-cd9cab7990581836ab0efc7fc3f8c422f7ea2ea1.tar
nvim-treesitter-cd9cab7990581836ab0efc7fc3f8c422f7ea2ea1.tar.gz
nvim-treesitter-cd9cab7990581836ab0efc7fc3f8c422f7ea2ea1.tar.bz2
nvim-treesitter-cd9cab7990581836ab0efc7fc3f8c422f7ea2ea1.tar.lz
nvim-treesitter-cd9cab7990581836ab0efc7fc3f8c422f7ea2ea1.tar.xz
nvim-treesitter-cd9cab7990581836ab0efc7fc3f8c422f7ea2ea1.tar.zst
nvim-treesitter-cd9cab7990581836ab0efc7fc3f8c422f7ea2ea1.zip
fix(python): use `@Normal` again for f-strings `@none` is not aggressive enough
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 b0cae4cfc..b571c951d 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