-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from TheSecEng/feature/14-16
Feature/14 16
- Loading branch information
Showing
8 changed files
with
176 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
[ | ||
{ | ||
"id": "preferences", | ||
"children": [ | ||
{ | ||
"id": "package-settings", | ||
"id": "preferences", | ||
"children": [ | ||
{ | ||
"caption": "Colored Comments", | ||
"children": [ | ||
{ | ||
"caption": "Settings", | ||
"command": "edit_settings", | ||
"args": | ||
{ | ||
"base_file": "${packages}/Colored Comments/colored_comments.sublime-settings", | ||
"default": "{\n\t$0\n}\n", | ||
}, | ||
}] | ||
}] | ||
}] | ||
}] | ||
"id": "package-settings", | ||
"children": [ | ||
{ | ||
"caption": "Colored Comments", | ||
"children": [ | ||
{ | ||
"caption": "Settings", | ||
"command": "edit_settings", | ||
"args": { | ||
"base_file": "${packages}/Colored Comments/colored_comments.sublime-settings", | ||
"default": "{\n\t$0\n}\n" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Version 3.0.2 (May 18, 2020) | ||
---------------------------- | ||
|
||
* NEW Setting: disabled_syntax | ||
- Now you can specify if colored comments | ||
should be disabled on certain syntax's | ||
|
||
* NEW Command: Colored Comments: Clear Colorization | ||
- Useful when the file was edited outside of | ||
Sublime Text and the color regions were messed up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.