We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332ca0b commit 7e00297Copy full SHA for 7e00297
syntax/python.vim
@@ -286,8 +286,8 @@ endif
286
287
if s:Enabled('g:python_highlight_doctests')
288
" DocTests
289
- syn region pythonDocTest start='^\s*>>>' skip=+\\'+ end=+'''+he=s-1 end='^\s*$' contained
290
- syn region pythonDocTest2 start='^\s*>>>' skip=+\\"+ end=+"""+he=s-1 end='^\s*$' contained
+ syn region pythonDocTest start='^\s*>>>' skip=+\\'+ end='^\s*$' contained
+ syn region pythonDocTest2 start='^\s*>>>' skip=+\\"+ end='^\s*$' contained
291
endif
292
293
"
0 commit comments