PY-16724 Multiline comments folding

This commit is contained in:
Liana Bakradze
2015-11-27 12:30:10 +03:00
parent 9d3ee02fd8
commit e0e34283a3
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,15 @@
<fold text='...'># the first line in comment
# the second line
# the third line</fold>
print("")
<fold text='...'># multiline comment starts here
# line in comment
# line in comment
# multiline comment ends here</fold>
print("")
<fold text='...'># one more comment
#
# one more comment
#
#</fold>