mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(python): nospell for interpolation
This commit is contained in:
parent
1ddb266477
commit
5eca61b32a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
(identifier) @variable
|
(identifier) @variable
|
||||||
|
|
||||||
; Reset highlighting in f-string interpolations
|
; Reset highlighting in f-string interpolations
|
||||||
(interpolation) @none
|
(interpolation) @none @nospell
|
||||||
|
|
||||||
; Identifier naming conventions
|
; Identifier naming conventions
|
||||||
((identifier) @type
|
((identifier) @type
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue