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:
committed by
Christian Brabandt
parent
5a9ef93b2c
commit
15070eee2f
@@ -41,3 +41,6 @@ class C:
|
||||
|
||||
# Numpy
|
||||
x[..., 0]
|
||||
|
||||
# Issue #18263 (Python highlighting ellipsis, false positive)
|
||||
a = ".." # comment
|
||||
|
Reference in New Issue
Block a user