We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105f461 commit 203e916Copy full SHA for 203e916
README.md
@@ -70,7 +70,7 @@ let g:NERDTreeExactMatchHighlightColor = {} " this line is needed to avoid error
70
let g:NERDTreeExactMatchHighlightColor['.gitignore'] = s:git_orange " sets the color for .gitignore files
71
72
let g:NERDTreePatternMatchHighlightColor = {} " this line is needed to avoid error
73
-let g:NERDTreePatternMatchHighlightColor['.*_spec.rb'] = s:rspec_red " sets the color files ending with _spec.rb
+let g:NERDTreePatternMatchHighlightColor['.*_spec\.rb$'] = s:rspec_red " sets the color files ending with _spec.rb
74
75
```
76
0 commit comments