Closed dieggsy closed 8 years ago
This is expected behaviour. There isn't a python-specifc parser so we just use indentation as a guide. origami is unable to tell the difference between a comment and a function.
See #22
Any chance we can fix this for ruby as well?
See #11
In
python.el
, if there is a comment directly above a function, for loop, etc., I'm getting text folded into the comment line, rather than into thedef
,for
,if
, etc.