Optionally highlight https://docs.python.org/3/library/constants.html as Constant
Ref: #17788
Attn: @dkearns @zvezdan
https://github.com/vim/vim/pull/18922
(6 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks @f4nb0y.
I think it would be more flexible to always match the booleans and other constants without the config variable guard as pythonBoolean, and pythonConstant, in the initial keyword block around line 100, and hi-link them by default to pythonStatement, Statement, or Keyword. This is how pythonAsync is handled, for example.
The config variable would then only override the hi-link commands.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()