diff --git a/syntax/python.vim b/syntax/python.vim index e461241..66d6c07 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -530,9 +530,9 @@ if version >= 508 || !exists("did_python_syn_inits") HiLink pythonRawBytes String HiLink pythonBytesContent String HiLink pythonBytesError Error - HiLink pythonBytesEscape Special - HiLink pythonBytesEscapeError Error endif + HiLink pythonBytesEscape Special + HiLink pythonBytesEscapeError Error HiLink pythonStrFormatting Special HiLink pythonStrFormat Special @@ -551,7 +551,7 @@ if version >= 508 || !exists("did_python_syn_inits") HiLink pythonHexError Error HiLink pythonBinError Error - HiLink pythonBoolean Boolean + HiLink pythonBoolean Structure HiLink pythonBuiltinObj Structure HiLink pythonBuiltinFunc Function