Filling comments and strings
fill-paragraph, fill-region, and auto filling in comments and strings, based on woolsweater's work.
- Recognizes some Markdown blocks.
- Handles multiline comments:
/* aaa bbb ccc */ ↓↑ /* aaa bbb ccc */ - If
swift-mode:fill-paragraph-entire-comment-or-stringis non-nil,fill-paragraphfills the entire comment. - If
comment-fill-columnis defined, it is used in comments rather thanfill-column.