-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support comments from DocBlockr #6
Comments
To ensure I understand , both sentences should be highlighted ? |
No, I talk about @param and {string}. The description it's good as is. |
@mauroreisvieira I've pushed changes and issued a new release that supports You can either wait from PackageControl to re-pull the new release or do a |
Yeh. My idea it's only set the color to @param and the type. :) |
Awesome, v2.0.4 will have a fix for this by supporting regex inside of the identifier. |
@mauroreisvieira fix is delayed, in the mean time you can make an identifier like "* @param" and it will work. |
Resolved in #7 |
@mauroreisvieira once PackageControl updates Colored Comments to 2.1.0 I recommend you write a tag like this for multiple matching. "@Param":
{
"color":
{
"background": "rgba(1,22,38, 0.1)",
"foreground": "#00cc00",
"name": "Param"
},
"identifier": "[\\*]?[ ]?@param",
"is_regex": true,
"priority": "-9999"
} I am sure you know but the /*
@param MyFunction
* @param MyFunction
*/ |
Thanks! |
Hi @TheSecEng it's very good plugin.
Your plugin can support this kind of comments?
The text was updated successfully, but these errors were encountered: