related: #18922
closes: #19261
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
-*syntax.txt* For Vim version 9.1. Last change: 2026 Jan 26
+*syntax.txt* For Vim version 9.1. Last change: 2026 Jan 27
VIM REFERENCE MANUAL by Bram Moolenaar
For highlighted trailing whitespace and mix of spaces and tabs: >
:let python_space_error_highlight = 1
-For highlighted built-in constants distinguished from other keywords:
+For highlighted built-in constants distinguished from other keywords: >
:let python_constant_highlight = 1
If you want all possible Python highlighting: >