Skip to content

Commit c9d6178

Browse files
committed
Add comments for color customization instructions on readme
1 parent 5238f10 commit c9d6178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ let s:rspec_red = 'FE405F'
5757
let s:git_orange = 'F54D27'
5858
5959
let g:NERDTreeExtensionHighlightColor = {} " this line is needed to avoid error
60-
let g:NERDTreeExtensionHighlightColor['css'] = s:blue " sets the color of .css files to blue
60+
let g:NERDTreeExtensionHighlightColor['css'] = s:blue " sets the color of css files to blue
6161
6262
let g:NERDTreeExactMatchHighlightColor = {} " this line is needed to avoid error
63-
let g:NERDTreeExactMatchHighlightColor['.gitignore'] = s:git_orange
63+
let g:NERDTreeExactMatchHighlightColor['.gitignore'] = s:git_orange " sets the color for .gitignore files
6464
6565
let g:NERDTreePatternMatchHighlightColor = {} " this line is needed to avoid error
66-
let g:NERDTreePatternMatchHighlightColor['.*_spec.rb'] = s:rspec_red
66+
let g:NERDTreePatternMatchHighlightColor['.*_spec.rb'] = s:rspec_red " sets the color files ending with _spec.rb
6767
6868
```
6969

0 commit comments

Comments
 (0)