mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(python): use @Normal again for f-strings @none is not aggressive enough
This commit is contained in:
parent
e31cbdc13d
commit
cd9cab7990
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
(identifier) @variable
|
||||
|
||||
; Reset highlighing in f-string interpolations
|
||||
(interpolation) @none
|
||||
(interpolation) @Normal
|
||||
|
||||
;; Identifier naming conventions
|
||||
((identifier) @type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue