diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-09-19 21:09:35 +0200 |
|---|---|---|
| committer | Santos Gallegos <stsewd@protonmail.com> | 2020-09-19 15:06:04 -0500 |
| commit | cd9cab7990581836ab0efc7fc3f8c422f7ea2ea1 (patch) | |
| tree | 9ecb1de5fd26c5cf5e2cbcad60159e1223da9eeb /queries/python | |
| parent | feat(install): make compiler selectable (diff) | |
| download | nvim-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')
| -rw-r--r-- | queries/python/highlights.scm | 2 |
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 |
