def _postprocess_help(view):
"""
Perform post processing on a loaded help view to do any transformations
needed on the help content before control is handed back to the user to
interact with it.
"""
_postprocess_header(view)
# Underlink all links.
# TODO: Populate via a setting only?
view.add_regions("_hh_link", view.find_by_selector("meta.link"), "storage",
flags=sublime.DRAW_SOLID_UNDERLINE|sublime.DRAW_NO_FILL|sublime.DRAW_NO_OUTLINE)
评论列表
文章目录