File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,10 @@ else
222
222
syn region pythonRawString start =+ [rR]'''+ skip =+ \\ '+ end =+ '''+ keepend contains =pythonDocTest,pythonSpaceError,@Spell
223
223
syn region pythonRawString start =+ [rR]"""+ skip =+ \\ "+ end =+ """+ keepend contains =pythonDocTest2,pythonSpaceError,@Spell
224
224
225
- syn region pythonRawBytes start =+ [bB][rR]'+ skip =+ \\\\\|\\ '\|\\ $+ excludenl end =+ '+ end =+ $+ keepend contains =pythonRawEscape,@Spell
226
- syn region pythonRawBytes start =+ [bB][rR]"+ skip =+ \\\\\|\\ "\|\\ $+ excludenl end =+ "+ end =+ $+ keepend contains =pythonRawEscape,@Spell
227
- syn region pythonRawBytes start =+ [bB][rR]'''+ skip =+ \\ '+ end =+ '''+ keepend contains =pythonDocTest,pythonSpaceError,@Spell
228
- syn region pythonRawBytes start =+ [bB][rR]"""+ skip =+ \\ "+ end =+ """+ keepend contains =pythonDocTest2,pythonSpaceError,@Spell
225
+ syn region pythonRawBytes start =+ \% ( [bB][rR]\| [rR][bB] \) '+ skip =+ \\\\\|\\ '\|\\ $+ excludenl end =+ '+ end =+ $+ keepend contains =pythonRawEscape,@Spell
226
+ syn region pythonRawBytes start =+ \% ( [bB][rR]\| [rR][bB] \) "+ skip =+ \\\\\|\\ "\|\\ $+ excludenl end =+ "+ end =+ $+ keepend contains =pythonRawEscape,@Spell
227
+ syn region pythonRawBytes start =+ \% ( [bB][rR]\| [rR][bB] \) '''+ skip =+ \\ '+ end =+ '''+ keepend contains =pythonDocTest,pythonSpaceError,@Spell
228
+ syn region pythonRawBytes start =+ \% ( [bB][rR]\| [rR][bB] \) """+ skip =+ \\ "+ end =+ """+ keepend contains =pythonDocTest2,pythonSpaceError,@Spell
229
229
endif
230
230
231
231
syn match pythonRawEscape + \\ ['"]+ display transparent contained
You can’t perform that action at this time.
0 commit comments