Skip to content

Releases: TerminalFi/ColoredComments

Fixed spacing in default settings

26 Feb 02:03
419ddb9
Compare
Choose a tag to compare
1.1.2

Update Main.sublime-menu

Fixed Default Settings

26 Feb 02:01
Compare
Choose a tag to compare
1.1.1

Fixed Settings

1.1.0 - Adds additional Styles `stippled_underline` and `squiggly_underline`

21 Feb 13:58
Compare
Choose a tag to compare

This contains PR's that added

  • squiggly_underline
  • stippled_underline

as well as better documentation.

1.0.1 - Fixed spacing issue with regex to require whitespacee after the identifier

18 Feb 16:43
Compare
Choose a tag to compare

1.0.1 - Fixed spacing issue with regex to require whitespacee after the identifier

identifier_regex += ")+(?:.*)"identifier_regex += ")+[ \t]+(?:.*)"

Initial Release 1.0.0

18 Feb 16:33
Compare
Choose a tag to compare

Create colorful comments based on tags you define!