aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/python
diff options
context:
space:
mode:
authorJaehwang Jung <tomtomjhj@gmail.com>2025-11-06 20:06:46 +0900
committerChristian Clason <ch.clason+github@icloud.com>2025-11-06 12:35:06 +0100
commit5eca61b32a5ce298f55ecdfd48511977f5c37f77 (patch)
tree03f1cac4185c943218937a0529c29051f0656536 /runtime/queries/python
parentfeat(parsers): add zsh support (#8240) (diff)
downloadnvim-treesitter-5eca61b32a5ce298f55ecdfd48511977f5c37f77.tar
nvim-treesitter-5eca61b32a5ce298f55ecdfd48511977f5c37f77.tar.gz
nvim-treesitter-5eca61b32a5ce298f55ecdfd48511977f5c37f77.tar.bz2
nvim-treesitter-5eca61b32a5ce298f55ecdfd48511977f5c37f77.tar.lz
nvim-treesitter-5eca61b32a5ce298f55ecdfd48511977f5c37f77.tar.xz
nvim-treesitter-5eca61b32a5ce298f55ecdfd48511977f5c37f77.tar.zst
nvim-treesitter-5eca61b32a5ce298f55ecdfd48511977f5c37f77.zip
fix(python): nospell for interpolation
Diffstat (limited to 'runtime/queries/python')
-rw-r--r--runtime/queries/python/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm
index 350990b1f..1b046d699 100644
--- a/runtime/queries/python/highlights.scm
+++ b/runtime/queries/python/highlights.scm
@@ -4,7 +4,7 @@
(identifier) @variable
; Reset highlighting in f-string interpolations
-(interpolation) @none
+(interpolation) @none @nospell
; Identifier naming conventions
((identifier) @type