add an FAQ about highlighting file with certain extensions

Closes #433
This commit is contained in:
Martin Grenfell 2015-05-12 20:57:49 +01:00
parent dfe260d1d7
commit 2c1ebc37b2

View File

@ -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