mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -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
|
(identifier) @variable
|
||||||
|
|
||||||
; Reset highlighing in f-string interpolations
|
; Reset highlighing in f-string interpolations
|
||||||
(interpolation) @none
|
(interpolation) @Normal
|
||||||
|
|
||||||
;; Identifier naming conventions
|
;; Identifier naming conventions
|
||||||
((identifier) @type
|
((identifier) @type
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue