|
|
|
|
255
|
syn match pythonBytesEscapeError "\\\o\{,2}[89]" display contained
|
255
|
syn match pythonBytesEscapeError "\\\o\{,2}[89]" display contained
|
256
|
syn match pythonBytesEscape "\\x\x\{2}" display contained
|
256
|
syn match pythonBytesEscape "\\x\x\{2}" display contained
|
257
|
syn match pythonBytesEscapeError "\\x\x\=\X" display contained
|
257
|
syn match pythonBytesEscapeError "\\x\x\=\X" display contained
|
258
|
-syn match pythonBytesEscape "\\$"
|
|
|
259
|
|
258
|
|
260
|
syn match pythonUniEscape "\\u\x\{4}" display contained
|
259
|
syn match pythonUniEscape "\\u\x\{4}" display contained
|
261
|
syn match pythonUniEscapeError "\\u\x\{,3}\X" display contained
|
260
|
syn match pythonUniEscapeError "\\u\x\{,3}\X" display contained
|