Parcourir la source

Merge 532961c796cb1077cb3bc491e0b7efda4cba3d1a into 69760cb3accce488cc072772ca918ac2cbf384ba

Fergal Hainey il y a 7 ans
Parent
révision
9cc580c82f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      syntax/python.vim

+ 0
- 1
syntax/python.vim Voir le fichier

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