mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 13:44:48 +08:00
syntax: Skip escaped triple quotes
This commit is contained in:
@@ -79,12 +79,17 @@ RuntimeWarning FutureWarning ImportWarning UnicodeWarning
|
||||
# Strings
|
||||
|
||||
" test " ' test '
|
||||
"test\
|
||||
test"
|
||||
'test\
|
||||
test'
|
||||
|
||||
"""
|
||||
test
|
||||
"""
|
||||
\""""
|
||||
'''
|
||||
test
|
||||
'''
|
||||
\''''
|
||||
|
||||
" \a\b\c\"\'\n\r \x34\077 \08 \xag"
|
||||
r" \" \' "
|
||||
|
||||
Reference in New Issue
Block a user