mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-16724 Multiline comments folding
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user