You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Colored Comments
2
-
The Colored Comments plugin was designed to help create more readible comments throughout your code. It was heavily inspired by [Better Comments by aaron-bond
2
+
The Colored Comments plugin was designed to help create more readable comments throughout your code. It was heavily inspired by [Better Comments by aaron-bond
3
3
](https://github.com/aaron-bond/better-comments)
4
4
5
5
# NOTICE !!
6
-
If using the new verison run Generate/Regenerate Color Scheme
6
+
If using the new version run Generate/Regenerate Color Scheme
7
7
8
8
## Global Settings
9
9
The following are global settings for ColoredComments
@@ -21,7 +21,7 @@ The following are global settings for ColoredComments
@@ -31,8 +31,8 @@ Add new tags easily with the following format. Keep in mind the following:
31
31
-**identifiers**: These can be _plaintext_ or _regex_ patterns. If they are _regex_ be sure to set the _is_regex_ property to `true`
32
32
-**is_regex**: Set this to `true` if your identifier is a _regex_
33
33
-**priority**: This setting is critical if you want to prioritize tag settings. **Default**: 2147483647
34
-
- This should be used if there are multiple tags that could match on the same thing. An example of this would be `"identifier": "*"` and `"identifier": "[\\*]?[ ]?@param"` could both match on `* @param` because one is less precise. To avoid these conflicts you can give the `[\\*]?[ ]?@param` a higher priority such as `"-1"`, Negative values get higher priorty than positive values. If two or more tags get the same priority, they are treated as first come first serve type of matching.
35
-
-**Scope**: Are built in colors from your current theme. **_Scope takes precendence over Color_**
34
+
- This should be used if there are multiple tags that could match on the same thing. An example of this would be `"identifier": "*"` and `"identifier": "[\\*]?[ ]?@param"` could both match on `* @param` because one is less precise. To avoid these conflicts you can give the `[\\*]?[ ]?@param` a higher priority such as `"-1"`, Negative values get higher priority than positive values. If two or more tags get the same priority, they are treated as first come first serve type of matching.
35
+
-**Scope**: Are built in colors from your current theme. **_Scope takes precedence over Color_**
36
36
-**underline**: Sublime API setting for region draws
37
37
-**stippled_underline**: Sublime API setting for region draws
38
38
-**squiggly_underline**: Sublime API setting for region draws
0 commit comments