Releases: TerminalFi/ColoredComments
Releases · TerminalFi/ColoredComments
Fixed spacing in default settings
1.1.2 Update Main.sublime-menu
Fixed Default Settings
1.1.1 Fixed Settings
1.1.0 - Adds additional Styles `stippled_underline` and `squiggly_underline`
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
1.0.1 - Fixed spacing issue with regex to require whitespacee after the identifier
identifier_regex += ")+(?:.*)"
→ identifier_regex += ")+[ \t]+(?:.*)"
Initial Release 1.0.0
Create colorful comments based on tags you define!