forked from Parth2031/Colorful-Comments
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
feature requestfeature suggestion which is not adding language supportfeature suggestion which is not adding language support
Description
Requesting the ability for the extension to understand and display multiple Comment Styles in a single line. For example (PowerShell):
#! RED TEXT #? BLUE TEXT #* GREEN TEXT

The intention is that in the above line, the appropriate Comment Style is used for each section (separated by #)
The extension already has a quasi-capability of this. For example, the following line will display normal commented text until the first tag (PowerShell but should be replicated in other languages):
# Normal comment text #^ COMMENT STYLE STARTS

I believe this is an unintended effect, but it could be leveraged to implement this feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestfeature suggestion which is not adding language supportfeature suggestion which is not adding language support