commit 2c1ebc37b2b92ff0d6197b543d02584e28005ee8 parent dfe260d1d7436367a5e38c8e34a3feae3c7b06b0 Author: Martin Grenfell <martin.grenfell@gmail.com> Date: Tue, 12 May 2015 20:57:49 +0100 add an FAQ about highlighting file with certain extensions Closes #433 Diffstat:
| M | README.markdown | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/README.markdown b/README.markdown @@ -101,3 +101,7 @@ Stick this in your vimrc to open NERDTree with `Ctrl+n` (you can set whatever ke Stick this in your vimrc: `autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif` + +> Can I have different highlighting for different file extensions? + +See here: https://github.com/scrooloose/nerdtree/issues/433#issuecomment-92590696
