0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

runtime(python): Update syntax, fix pythonEllipsis pattern

fixes: #18263
closes: #18264

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-09-11 13:54:51 -04:00
committed by Christian Brabandt
parent 5a9ef93b2c
commit 15070eee2f
4 changed files with 8 additions and 5 deletions

View File

@@ -41,3 +41,6 @@ class C:
# Numpy
x[..., 0]
# Issue #18263 (Python highlighting ellipsis, false positive)
a = ".." # comment