Skip to content

Commit eed9a90

Browse files
committed
Merge remote-tracking branch 'origin/master' into core/color-manager-overhaul
2 parents fa37f8e + 3bebd73 commit eed9a90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 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
33
](https://github.com/aaron-bond/better-comments)
44

55
# NOTICE !!
6-
If using the new verison run Generate/Regenerate Color Scheme
6+
If using the new version run Generate/Regenerate Color Scheme
77

88
## Global Settings
99
The following are global settings for ColoredComments
@@ -21,7 +21,7 @@ The following are global settings for ColoredComments
2121
<img width="461" alt="2020-03-06_21-11-38" src="https://user-images.githubusercontent.com/32599364/76134801-30df8980-5fef-11ea-92b2-ae7155af956b.png">
2222

2323

24-
### Version > 2
24+
### Version < 2
2525
<img width="518" alt="2020-02-21_08-52-51" src="https://user-images.githubusercontent.com/32599364/75039960-c4f61080-5487-11ea-9a43-f9ea7a53842e.png">
2626

2727

@@ -31,8 +31,8 @@ Add new tags easily with the following format. Keep in mind the following:
3131
- **identifiers**: These can be _plaintext_ or _regex_ patterns. If they are _regex_ be sure to set the _is_regex_ property to `true`
3232
- **is_regex**: Set this to `true` if your identifier is a _regex_
3333
- **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_**
3636
- **underline**: Sublime API setting for region draws
3737
- **stippled_underline**: Sublime API setting for region draws
3838
- **squiggly_underline**: Sublime API setting for region draws

0 commit comments

Comments
 (0)