Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Releases: guywaldman/vscode-prismo

v2.0.0

31 Oct 16:53
Compare
Choose a tag to compare

Changelog (#5)

  • Comment patterns are padded only according to configuration

Meaning #%s# will be commented like # ---- title ---- # or something similar (can vary according to config.)

  • Added command to add region comments around a selection

v1.0.0

05 Sep 22:57
Compare
Choose a tag to compare

Changelog

  • Moved top-level configurations (belonging to the normal variation) to its own prismo.normal configuration object, matching the other levels light and hair
  • Changed logic to resolve comments by checking built-in language identifiers and prompting for user input when not found
  • Added support for custom comment patterns in prismo.commentPatterns configuration object
  • Added support for multiline selections

v0.5.0

12 Oct 18:55
Compare
Choose a tag to compare

0.5.0 (October 12, 2017)

  • General improvements and performance updates.

  • Improved how comment patterns are resolved, and most common languages are resolved faster. This should lead to better overall performance.

    Will consider revisiting this issue.

v0.1.0

12 Oct 01:07
Compare
Choose a tag to compare

First stable release to VSCode Marketplace.
Includes basic titling for three variations.