Set default to dim

This commit is contained in:
Austen Adler 2016-02-21 13:44:58 -05:00
parent f92c7e8519
commit 744f92afb3

View File

@ -14,7 +14,7 @@
// Options // Options
// Set this to 'hide' to hide comments that contain words // Set this to 'hide' to hide comments that contain words
// Set this to 'dim' to dim comments that contain words // Set this to 'dim' to dim comments that contain words
var hideCommentOrDimComment = 'hide'; var hideCommentOrDimComment = 'dim';
// Set this to an array of words or phrases to check for // Set this to an array of words or phrases to check for
// All entries should be wrapped in '' or "" // All entries should be wrapped in '' or ""
// All entries except the last one should end in a comma after ' or " // All entries except the last one should end in a comma after ' or "